# 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" rust-version = "1.56" name = "bevy_bsml" version = "0.14.10" authors = ["Jack Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A UI library to compose UI elements using simple markup language, inspired by svelte and tailwindcss" documentation = "https://docs.rs/bevy_bsml" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/poonesnerfect/bevy_bsml" [lib] name = "bevy_bsml" path = "src/lib.rs" [[example]] name = "basic_menu" path = "examples/basic_menu.rs" [[example]] name = "loading_bar" path = "examples/loading_bar.rs" [dependencies.bevy_app] version = "0.14.1" default-features = false [dependencies.bevy_asset] version = "0.14.1" default-features = false [dependencies.bevy_color] version = "0.14.1" default-features = false [dependencies.bevy_ecs] version = "0.14.1" default-features = false [dependencies.bevy_hierarchy] version = "0.14.1" default-features = false [dependencies.bevy_render] version = "0.14.1" default-features = false [dependencies.bevy_text] version = "0.14.1" default-features = false [dependencies.bevy_ui] version = "0.14.1" features = ["bevy_text"] default-features = false [dependencies.derive_more] version = "0.99" [dependencies.replace_ident] version = "0.1.1" [dev-dependencies.bevy] version = "0.14.1"