# 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_ui_bits" version = "0.3.0" authors = ["Orlando Valverde "] exclude = ["assets/"] description = "A mingy and opinionated collection of UI components for Bevy " homepage = "https://github.com/septum/bevy_ui_bits" documentation = "https://docs.rs/bevy_ui_bits" readme = "README.md" keywords = [ "bevy", "ui", "components", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/septum/bevy_ui_bits" [[example]] name = "main_menu" path = "examples/main_menu.rs" required-features = ["bevy/default"] [[example]] name = "hud" path = "examples/hud.rs" required-features = ["bevy/default"] [dependencies.bevy] version = "0.11" features = [ "bevy_ui", "bevy_render", "bevy_asset", "bevy_text", ] default-features = false