mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-23 04:10:53 +00:00
11 lines
309 B
TOML
11 lines
309 B
TOML
[package]
|
|
name = "blenvy_components_example"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.14", features = ["dynamic_linking"] }
|
|
blenvy = { path = "../../../crates/blenvy" }
|
|
#bevy_gltf_worlflow_examples_common_rapier = { path = "../../common_rapier" }
|