[package]
edition = "2024"
name = "myth-engine"
version = "0.0.1"
authors = ["Pan Xinmiao <pan_xinmiao@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A developer-friendly, high-performance 3D rendering engine written in Rust."
homepage = "https://github.com/panxinmiao/myth"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/panxinmiao/myth"
[lib]
name = "myth_engine"
path = "src/lib.rs"
[dependencies]