Avian & BTB upgrade (#40)

This commit is contained in:
extrawurst
2025-05-13 23:25:58 +02:00
committed by GitHub
parent 334eacfd1c
commit c69a528625
15 changed files with 348 additions and 363 deletions

View File

@@ -11,7 +11,7 @@ opt-level = 3
dbg = ["avian3d/debug-plugin", "dep:bevy-inspector-egui"]
[dependencies]
avian3d = { version = "0.2", default-features = false, features = [
avian3d = { version = "0.3", default-features = false, features = [
"3d",
"f32",
"parry-f32",
@@ -21,11 +21,7 @@ avian3d = { version = "0.2", default-features = false, features = [
"parallel",
] }
bevy = { version = "0.16.0", features = ["track_location"] }
bevy_trenchbroom = { version = "0.7", features = [
"auto_register",
"avian",
"client",
] }
bevy_trenchbroom = { version = "0.8.0-dev", features = ["avian"] }
nil = "0.14.0"
bevy_asset_loader = "0.23.0-rc.3"
bevy_sprite3d = "5.0.0"
@@ -33,7 +29,7 @@ rand = "=0.8.5"
bevy-inspector-egui = { version = "0.31", optional = true }
bevy-steamworks = "0.13.0"
steamworks = "0.11"
bevy_ballistic = "0.3.0"
bevy_ballistic = "0.4.0"
bevy-ui-gradients = "0.4.0"
bevy_debug_log = "0.6.0"
bevy_common_assets = { version = "0.13.0", features = ["ron"] }
@@ -49,7 +45,4 @@ type_complexity = "allow"
[patch.crates-io]
bevy-steamworks = { git = "https://github.com/extrawurst/bevy_steamworks.git", branch = "derive-debug-event" }
# bevy-steamworks = { path = "../../forks/bevy_steamworks" }
avian3d = { git = "https://github.com/Jondolf/avian.git", rev = "9511076" }
bevy_ballistic = { git = "https://github.com/rustunit/bevy_ballistic.git", branch = "bevy-0.16" }
bevy_trenchbroom = { git = "https://github.com/extrawurst/bevy_trenchbroom.git", branch = "bevy-0.16.0" }
bevy_trenchbroom = { git = "https://github.com/Noxmore/bevy_trenchbroom.git", rev = "3acfccf" }