mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 20:00:53 +00:00
09d1218942
* fixed & improved the Blenvy crate README * make a few things conditional on whether hot reload is enabled or not * cleaned up very verbose debug messages * a few renames & coherency pass * cleanups cleanups, cleanups !
10 lines
242 B
TOML
10 lines
242 B
TOML
[package]
|
|
name = "blenvy_blueprints_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" }
|
|
rand = "0.8.5" |