mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-12-26 17:44:11 +00:00
10 lines
248 B
TOML
10 lines
248 B
TOML
[package]
|
|
name = "blenvy_animation_example"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.15.0-rc.1", features = ["dynamic_linking"] }
|
|
blenvy = { path = "../../crates/blenvy" }
|
|
rand = "0.8.5" |