# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gerg_ui" version = "0.1.10" authors = ["Greg Moller "] description = "A little wrapper I've written for creating UI screens from files for the BevyEngine." readme = "README.md" keywords = ["gamedev", "Bevy"] license = "MIT OR Apache-2.0" repository = "https://github.com/gmoller/gerg-ui" [dependencies.bevy] version = "0.5" [dependencies.bevy_mod_debug_console] version = "0.0.2" [dependencies.hex] version = "0.4.3" [dependencies.phf] version = "0.10.0" features = ["macros"]