switch out renet netcode with renet_steam
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user