# 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_ecss" version = "0.7.0" exclude = [ ".github/", "book", ] description = "Allows using a subset of CSS to interact with Bevy ECS" readme = "README.md" keywords = [ "css", "bevy", "style", "theme", "ui", ] categories = [ "game-development", "gui", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/afonsolage/bevy_ecss" [[example]] name = "simple_ui" path = "examples/simple_ui.rs" [[example]] name = "hot_reload" path = "examples/hot_reload.rs" [[example]] name = "stress_test" path = "examples/stress_test.rs" [[example]] name = "theme" path = "examples/theme.rs" [[example]] name = "alpha" path = "examples/alpha.rs" [[example]] name = "interactive" path = "examples/interactive.rs" [dependencies.bevy] version = "0.13" features = [ "bevy_ui", "bevy_asset", "bevy_text", "bevy_render", ] default-features = false [dependencies.cssparser] version = "0.33" [dependencies.cssparser-color] version = "0.1" [dependencies.smallvec] version = "1.11" features = [ "serde", "union", "const_generics", ] [dependencies.thiserror] version = "1.0.50" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.bevy] version = "0.13" features = [ "bevy_ui", "bevy_asset", "bevy_text", "bevy_render", "file_watcher", ] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.bevy] version = "0.13"