Blender_bevy_components_wor.../examples/demo/Cargo.toml
2024-10-24 23:04:23 +01:00

11 lines
253 B
TOML

[package]
name = "blenvy_demo"
version = "0.3.0"
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"
avian3d = "0.1.2"