2024-02-26 23:12:14 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_example"
|
|
|
|
version = "0.3.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-06-18 20:26:18 +00:00
|
|
|
bevy = { version = "0.14.0-rc.3", features = ["dynamic_linking"] }
|
2024-02-26 23:12:14 +00:00
|
|
|
bevy_gltf_blueprints = { path = "../../crates/bevy_gltf_blueprints" }
|
|
|
|
bevy_registry_export = { path = "../../crates/bevy_registry_export" }
|
2024-06-17 09:55:09 +00:00
|
|
|
# bevy_gltf_worlflow_examples_common_rapier = { path = "../../examples/common_rapier" }
|
2024-06-18 20:26:18 +00:00
|
|
|
#bevy_gltf_worlflow_examples_common = { path = "../../examples/common" }
|
2024-02-26 23:12:14 +00:00
|
|
|
|
2024-06-17 09:55:09 +00:00
|
|
|
#evy_rapier3d = { version = "0.25.0", features = ["serde-serialize", "debug-render-3d", "enhanced-determinism"] }
|
2024-06-18 20:26:18 +00:00
|
|
|
#bevy_asset_loader = { version = "0.20", features = ["standard_dynamic_assets"] }
|
|
|
|
#bevy_editor_pls = { version = "0.8" }
|
2024-02-26 23:12:14 +00:00
|
|
|
rand = "0.8.5"
|
2024-03-20 16:57:06 +00:00
|
|
|
json-writer ="0.3"
|