[dependencies.animatron_derive]
optional = true
version = "=0.2.1"
[features]
derive = ["animatron_derive"]
[lib]
name = "animatron"
path = "src/lib.rs"
[package]
authors = ["Tauseef Khan", "Tauseef Khan <tauseef25@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Animation state management."
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["gamedev", "spritesheet", "animation"]
license = "MIT"
name = "animatron"
readme = "README.md"
repository = "https://github.com/tauseefk/animatron"
version = "0.2.2"