# 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-basic-ui" version = "0.4.12" authors = [ "Ky Roberts", "Ky Roberts", ] exclude = ["/examples"] description = "A small manager for menus and huds" keywords = [ "bevy", "menus", "ui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/KyleWinston/bevy-ui" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] codegen-units = 1 [dependencies.bevy] version = "0.13.2" features = [ "dynamic_linking", "multi-threaded", "bevy_asset", "bevy_scene", "bevy_winit", "bevy_render", "bevy_pbr", "bevy_core_pipeline", "tonemapping_luts", "bevy_text", "bevy_ui", "png", "x11", ] default-features = false [dependencies.bevy_common_assets] version = "0.10.0" features = ["toml"] [dependencies.bevy_mod_picking] version = "0.18.2" features = [ "backend_bevy_ui", "backend_sprite", "selection", ] default_features = false [dependencies.serde] version = "1.0" features = ["derive"]