piston2d-sprite 0.57.0

A library for sprite hierarchy and scene management
Documentation
[package]

name = "piston2d-sprite"
version = "0.57.0"
authors = [
    "Coeuvre Wong <coeuvre@gmail.com>",
    "zummenix",
    "bvssvni <bvssvni@gmail.com>"
]
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"

[lib]

name = "sprite"
path = "./src/lib.rs"

[dependencies]
pistoncore-input = "0.28.0"
interpolation = "0.2.0"
piston2d-graphics = "0.34.0"
piston-ai_behavior = "0.31.0"
uuid = { version = "0.6", features = ["v4"] }