switch out renet netcode with renet_steam

This commit is contained in:
2025-12-19 20:03:45 -05:00
parent a4488cc072
commit 4fb37e27c5
6 changed files with 40 additions and 193 deletions

View File

@@ -61,7 +61,9 @@ bevy_pkv = { version = "0.14", default-features = false, features = [
"redb",
] }
bevy_replicon = "0.37.1"
bevy_replicon_renet = "0.13.0"
bevy_replicon_renet = { version = "0.13.0", default-features = false, features = [
"renet_steam",
] }
bevy_sprite3d = "7.0.0"
bevy_trenchbroom = { version = "0.10", default-features = false, features = [
"physics-integration",