[package] name = "bevy_sprite" version = "0.1.0" authors = ["Carter Anderson "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy_app = { path = "../bevy_app" } bevy_core = { path = "../bevy_core" } bevy_ecs = { path = "../bevy_ecs" } bevy_asset = { path = "../bevy_asset" } bevy_type_registry = { path = "../bevy_type_registry" } bevy_render = { path = "../bevy_render" } bevy_transform = { path = "../bevy_transform" } bevy_math = { path = "../bevy_math" } rectangle-pack = "0.1" thiserror = "1.0" guillotiere = "0.5.2"