# 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 = "bevy_fortress" version = "0.1.2" authors = ["Wes Feldsine "] description = "My personal helper library for Bevy" homepage = "https://github.com/Laocoon7/bevy_fortress" readme = "./README.md" keywords = ["helper"] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Laocoon7/bevy_fortress" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.12" features = [ "bevy_asset", "bevy_sprite", "serialize", ] default-features = false [dependencies.bitflags] version = "2.3" [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" [dependencies.ron] version = "0.8" features = ["integer128"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8"