mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 11:50:53 +00:00
e573251707
* more coherent logic between save & load * added resources & boilerplate for loading side * experimenting with save & load logic, filtering of components etc * updated assets for more testing * added bevy-inspector-egui to some examples for testing
15 lines
351 B
TOML
15 lines
351 B
TOML
[package]
|
|
name = "bevy_example"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.14", features = ["dynamic_linking"] }
|
|
blenvy = { path = "../../crates/blenvy" }
|
|
#bevy_editor_pls = { version = "0.8" }
|
|
rand = "0.8.5"
|
|
json-writer ="0.3"
|
|
|
|
[dev-dependencies]
|
|
bevy-inspector-egui = { version = "0.25.1"} |