[package] name = "piston2d-sprite" version = "0.68.0" authors = [ "Coeuvre Wong ", "zummenix", "bvssvni " ] keywords = ["sprite", "animation", "2d", "piston"] description = "A library for sprite hierarchy and scene management" license = "MIT" readme = "README.md" repository = "https://github.com/pistondevelopers/sprite.git" homepage = "https://github.com/pistondevelopers/sprite" exclude = ["*.png", "*.gif"] [lib] name = "sprite" path = "./src/lib.rs" [dependencies] pistoncore-input = "1.0.0" interpolation = "0.3.0" piston2d-graphics = "0.44.0" piston-ai_behavior = "0.33.0" uuid = { version = "0.6", features = ["v4"] }