# 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 = "tomt_bevycss" version = "0.6.1" authors = [ "TheBeardedQuack", "Tome of Many Things", ] exclude = [".github/"] description = "Expansion and fixes based on bevy_ecss. Allows for using a slightly wider subset of CSS to interact with Bevy ECS. Now on Bevy 0.12!" homepage = "https://crates.io/crates/tomt_bevycss" documentation = "https://docs.rs/tomt_bevycss" 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/TheBeardedQuack/tomt_bevycss.git" [[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" [dependencies.bevy] version = "0.12" features = [ "bevy_ui", "bevy_asset", "bevy_text", "bevy_render", ] default-features = false [dependencies.cssparser] version = "0.30.0" [dependencies.smallvec] version = "1.11" features = [ "serde", "union", "const_generics", ] [dev-dependencies.bevy_editor_pls] version = "0.7.0" [features] default = ["pseudo_class"] monitor_changes = [] pseudo_class = ["monitor_changes"] pseudo_prop = ["pseudo_class"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.bevy] version = "0.12" features = [ "bevy_ui", "bevy_asset", "bevy_text", "bevy_render", "file_watcher", ]