# 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_submerge_ui" version = "0.1.1" authors = ["Divinewisdom Ugwuanyi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A ui plugin with tailwind like capabilities for bevy." readme = "DOCUMENTATION.md" keywords = [ "bevy", "bevy_ecs", "tailwind", "bevy_ui", "submerge_ui", ] categories = [ "game-development", "graphics", "gui", "rendering", ] license = "MIT" repository = "https://github.com/Cedar-81/SubmergeUI" [lib] name = "bevy_submerge_ui" path = "src/lib.rs" [[example]] name = "button" path = "examples/button.rs" [dependencies.bevy] version = "0.14.2" features = ["bevy_text"] [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" [dependencies.regex] version = "1.10.6"