# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "enschin" version = "0.1.1" description = "2D Game Engine completly written in Rust, using the wgpu api." readme = "README.md" keywords = ["gamedev", "graphics", "wgpu", "engine", "android"] categories = ["game-engines"] license = "GPL-3.0" repository = "https://github.com/Shuray04/Enschin-Rust" resolver = "2" [lib] crate-type = ["lib", "cdylib"] [[example]] name = "bunnymark" [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.4" [dependencies.enschin_proc] version = "0.1.0" [dependencies.futures] version = "0.3" [dependencies.image] version = "0.23" [dependencies.rayon] version = "1.5.1" [dependencies.wgpu] version = "0.12" [dependencies.winit] version = "0.26.1" [dev-dependencies.rand] version = "0.8" [target."cfg(target_os = \"android\")".dependencies.ndk-glue] version = "0.5.0"