2023-11-13 13:36:42 +00:00
|
|
|
[package]
|
2024-07-16 09:11:25 +00:00
|
|
|
name = "blenvy_animation_example"
|
|
|
|
version = "0.0.1"
|
2023-11-13 13:36:42 +00:00
|
|
|
edition = "2021"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-07-16 09:11:25 +00:00
|
|
|
bevy = { version = "0.14", features = ["dynamic_linking"] }
|
|
|
|
blenvy = { path = "../../../crates/blenvy" }
|
|
|
|
rand = "0.8.5"
|