mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 20:00:53 +00:00
3bc1a87d1e
* updated dependencies * updated code where relevant * temporary removed editor * attempting to tweak lighting/camera proxies to match Bevy's new defaults * updated assets where relevant * still wip, as bevy_xpbd is not yet updated for 0.13 * all work except the above & save/load
14 lines
468 B
TOML
14 lines
468 B
TOML
[package]
|
|
name = "bevy_gltf_worlflow_examples_common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy="0.13"
|
|
bevy_gltf_blueprints = { path = "../../crates/bevy_gltf_blueprints" }
|
|
bevy_rapier3d = { version = "0.25.0", features = [ "serde-serialize", "debug-render-3d", "enhanced-determinism"] }
|
|
bevy_asset_loader = { version = "0.20", features = ["standard_dynamic_assets" ]}
|
|
#bevy_editor_pls = { version = "0.6" }
|
|
rand = "0.8.5"
|