mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 20:00:53 +00:00
d1b5d2627d
- replaced the various crates with a single one - replaced the Blender add-ons with a single one - this is an alpha release ! - for features etc see the various docs
11 lines
246 B
TOML
11 lines
246 B
TOML
[package]
|
|
name = "blenvy_demo"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.14", features = ["dynamic_linking"] }
|
|
blenvy = { path = "../../crates/blenvy" }
|
|
rand = "0.8.5"
|
|
avian3d = "0.1.2" |