Blender_bevy_components_wor.../testing/bevy_example/Cargo.toml
Josh Triplett c9ec0447f0 Reduce dependencies needed for examples by not using default features
In particular, this avoids bevy_audio, which has various system library
dependencies.
2025-01-12 11:44:38 +02:00

16 lines
403 B
TOML

[package]
name = "bevy_example"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
bevy = { version = "0.14", default-features = false, features = ["dynamic_linking", "bevy_state", "bevy_ui"] }
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"}