# 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 = "yuxii" version = "0.0.3" description = "ECS-based 3D game engine" homepage = "https://github.com/ggaast/Yuxii" readme = "README.md" keywords = [ "games", "engine", "3d", "ecs", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ggaast/Yuxii" [dependencies.async-trait] version = "0.1.64" [dependencies.bevy_reflect] version = "0.9.1" [dependencies.colored] version = "2.0.0" [dependencies.easy_collections] version = "0.3.2" [dependencies.erased-serde] version = "0.3" [dependencies.go-spawn] version = "0.1.2" [dependencies.hashbrown] version = "0.13.2" [dependencies.idalloc] version = "0.1.1" [dependencies.indexmap] version = "1.9.2" [dependencies.rand] version = "0.8.5" [dependencies.relative-path] version = "1.7.3" [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0.152" [dependencies.static_init] version = "1.0.3" [dependencies.tokio] version = "1.25.0" [dependencies.typetag] version = "0.2.5" [dependencies.yuxii_macros] version = "0.1.0"