This commit is contained in:
2025-03-08 22:18:06 +01:00
parent 15feef7f82
commit 75f7b1c7b3
3 changed files with 123 additions and 122 deletions

View File

@@ -9,13 +9,10 @@ opt-level = 3
[dependencies]
avian3d = "0.2"
bevy = "0.15.3"
bevy_trenchbroom = { version = "0.6.2", features = ["auto_register", "avian"] }
bevy_trenchbroom = { version = "0.6.4", features = ["auto_register", "avian"] }
nil = "0.14.0"
bevy-inspector-egui = "0.29.1"
bevy-tnua = "0.21.0"
bevy-tnua-avian3d = "0.2.0"
bevy_dolly = { version = "0.0.5", default-features = false }
bevy_asset_loader = "0.22.0"
[patch.crates-io]
bevy_trenchbroom = { git = "https://github.com/Noxmore/bevy_trenchbroom.git", rev = "3b79f1b" }