# 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_material" version = "0.2.0" authors = ["Felix de Maneville "] exclude = [ "examples", "docs", ".github", ".gitignore", "assets", ] description = "Plugin to use materials for UI" documentation = "http://docs.rs/bevy_ui_material" readme = "README.md" keywords = [ "bevy", "UI", "material", ] categories = [ "game-engines", "game-development", ] license-file = "./LICENSE" repository = "https://github.com/ManevilleF/bevy_ui_material" resolver = "2" [dependencies.bevy_app] version = "0.7" [dependencies.bevy_asset] version = "0.7" [dependencies.bevy_ecs] version = "0.7" [dependencies.bevy_math] version = "0.7" [dependencies.bevy_render] version = "0.7" [dependencies.bevy_sprite] version = "0.7" [dependencies.bevy_transform] version = "0.7" [dependencies.bevy_ui] version = "0.7"