bevy_animations 0.6.0

2d Game Animation Engine built for Bevy
Documentation
[package]
name = "bevy_animations"
version = "0.6.0"
edition = "2021"
authors = ["aarongraybill3@gmail.com"]
description = "2d Game Animation Engine built for Bevy"
license = "MIT OR Apache-2.0"
keywords = ["gamedev", "graphics", "bevy", "animations"]
homepage = "https://github.com/Double-Dot-Interactive/bevy_animations"
repository = "https://github.com/Double-Dot-Interactive/bevy_animations.git"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = "0.13"

[lib]
path = "src/lib.rs"