[dependencies.anyhow]
version = "1.0.4"
[dependencies.bevy]
default-features = false
features = ["bevy_asset", "render"]
version = "0.8"
[dependencies.rectangle-pack]
version = "0.4"
[dev-dependencies.bevy]
version = "0.8"
[package]
categories = ["game-development", "graphics"]
description = "tools for working with Bevy Texture Atlases"
edition = "2021"
keywords = ["bevy", "texture", "atlas", "sprites", "games"]
license = "MIT OR Apache-2.0"
name = "bevy_texture_atlas_tools"
readme = "README.md"
repository = "https://github.com/ickshonpe/texture-atlas-tools"
version = "0.6.1"