piston2d-sprite 0.58.0

A library for sprite hierarchy and scene management
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "piston2d-sprite"
version = "0.58.0"
authors = ["Coeuvre Wong <coeuvre@gmail.com>", "zummenix", "bvssvni <bvssvni@gmail.com>"]
description = "A library for sprite hierarchy and scene management"
homepage = "https://github.com/pistondevelopers/sprite"
readme = "README.md"
keywords = ["sprite", "animation", "2d", "piston"]
license = "MIT"
repository = "https://github.com/pistondevelopers/sprite.git"

[lib]
name = "sprite"
path = "./src/lib.rs"
[dependencies.interpolation]
version = "0.2.0"

[dependencies.piston-ai_behavior]
version = "0.31.0"

[dependencies.piston2d-graphics]
version = "0.35.0"

[dependencies.pistoncore-input]
version = "0.28.0"

[dependencies.uuid]
version = "0.6"
features = ["v4"]