# 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_tile_atlas" version = "0.7.0" authors = ["Gino Valente "] exclude = [ "assets/**/*", ".github/**/*", ] description = "A TextureAtlas builder for ordered tilesets" readme = "README.md" keywords = [ "bevy", "tile", "tileset", "texture", "ordered", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MrGVSV/bevy_tile_atlas" [[example]] name = "atlas" path = "examples/atlas.rs" [dependencies.bevy_asset] version = "0.11" default-features = false [dependencies.bevy_ecs] version = "0.11" default-features = false [dependencies.bevy_log] version = "0.11" optional = true default-features = false [dependencies.bevy_math] version = "0.11" default-features = false [dependencies.bevy_render] version = "0.11" default-features = false [dependencies.bevy_sprite] version = "0.11" default-features = false [dependencies.bevy_utils] version = "0.11" default-features = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.bevy] version = "0.11" [features] debug = ["bevy_log"] default = ["debug"]