bevy_animation_graph 0.1.0-alpha.4

Animation graph library for the Bevy game engine
Documentation
[package]
name = "bevy_animation_graph"
version = "0.1.0-alpha.4"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/mbrea-c/bevy_animation_graph"
description = "Animation graph library for the Bevy game engine"
keywords = ["bevy", "animation", "gamedev"]

[dependencies]
bevy = "0.12.0"
thiserror = "1.0.50"
ron = "0.8.1"
serde = { version = "1.0.193", features = ["derive"] }