# 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-dsl" version = "0.9.0" authors = ["Anti-Alias"] description = "A DSL library that simplifies the creation of widgets for bevy_ui." homepage = "https://github.com/Anti-Alias/bevy_ui_dsl" readme = "README.md" keywords = [ "bevy", "dsl", "gui", "gamedev", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Anti-Alias/bevy_ui_dsl" [dependencies.bevy_asset] version = "0.14.0" [dependencies.bevy_color] version = "0.14.0" [dependencies.bevy_ecs] version = "0.14.0" [dependencies.bevy_hierarchy] version = "0.14.0" [dependencies.bevy_text] version = "0.14.0" [dependencies.bevy_ui] version = "0.14.0" features = ["bevy_text"] [dev-dependencies.bevy] version = "0.14.0" [features] class_helpers = []