# 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_mod_ui_texture_atlas_image" version = "0.4.1" description = "Draw images from texture atlases with the Bevy UI" readme = "README.md" keywords = [ "bevy", "texture", "atlas", "ui", "games", ] categories = [ "game-development", "graphics", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ickshonpe/bevy_mod_ui_texture_atlas_image" [dependencies.bevy] version = "0.10" features = [ "bevy_asset", "bevy_render", "bevy_ui", "bevy_sprite", ] default_features = false [dev-dependencies.bevy] version = "0.10"