[package] name = "bevy_asepritesheet" description = "Allow use of animated exported asetprite sprite sheets in bevy game engine" version = "0.6.0" edition = "2021" authors = ["Isaiah Smith "] homepage = "https://technostalgic.tech/" repository = "https://gitlab.com/Technostalgic/bevy_asepritesheet" categories = ["game-development"] readme = "readme.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "src/lib.rs" [dependencies] bevy = "0.13" serde_json = "1" serde = "1"