# 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_extras" version = "0.16.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate containing a collection of utilities to make working with ui in bevy easier." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rydb/bevy_ui_extras" [lib] name = "bevy_ui_extras" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bevy-inspector-egui] version = "0.28" [dependencies.bevy_app] version = "0.15" [dependencies.bevy_derive] version = "0.15" [dependencies.bevy_diagnostic] version = "0.15" features = ["sysinfo_plugin"] [dependencies.bevy_ecs] version = "0.15" [dependencies.bevy_hierarchy] version = "0.15" [dependencies.bevy_input] version = "0.15" [dependencies.bevy_log] version = "0.15" [dependencies.bevy_reflect] version = "0.15" [dependencies.bevy_state] version = "0.15" [dependencies.bevy_utils] version = "0.15" [dependencies.bevy_window] version = "0.15" [dependencies.colorgrad] version = "0.7" [dependencies.pretty-type-name] version = "1.0" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.winit] version = "=0.30.5" features = ["default"] [dev-dependencies.bevy] version = "0.15"