# 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 = "eyengine" version = "0.1.0" authors = ["F-seeeye "] description = "A Real-Time 3D Game Engine" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/fseeeye/EyeEngine-Rust" resolver = "2" [dependencies.env_logger] version = "0.9" [dependencies.legion] version = "0.4" [dependencies.nalgebra] version = "0.29" [dependencies.pollster] version = "0.2" [dependencies.wgpu] version = "0.12" features = ["spirv"] [dependencies.winit] version = "0.26" [build-dependencies.anyhow] version = "1" [build-dependencies.fs_extra] version = "1.2" [build-dependencies.glob] version = "0.3" [build-dependencies.shaderc] version = "0.7"