dbg feature, update inspector (#12)
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -6,12 +6,23 @@ edition = "2024"
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
[features]
|
||||
dbg = ["avian3d/debug-plugin", "dep:bevy-inspector-egui"]
|
||||
|
||||
[dependencies]
|
||||
avian3d = "0.2"
|
||||
avian3d = { version = "0.2.1", default-features = false, features = [
|
||||
"3d",
|
||||
"f32",
|
||||
"parry-f32",
|
||||
"collider-from-mesh",
|
||||
"bevy_scene",
|
||||
"bevy_picking", # todo: Consider if this one is necessary
|
||||
"parallel",
|
||||
] }
|
||||
bevy = "0.15.3"
|
||||
bevy_trenchbroom = { version = "0.6.5", features = ["auto_register", "avian"] }
|
||||
nil = "0.14.0"
|
||||
bevy-inspector-egui = "0.29.1"
|
||||
bevy_asset_loader = "0.22.0"
|
||||
bevy_sprite3d = "4.0.0"
|
||||
rand = "0.8.5"
|
||||
bevy-inspector-egui = { version = "0.30", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user