Switch to replicon (#80)
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -55,26 +55,17 @@ bevy_asset_loader = "=0.24.0-rc.1"
|
||||
bevy_ballistic = { git = "https://github.com/rustunit/bevy_ballistic.git", rev = "b08ffec" }
|
||||
bevy_common_assets = { version = "0.14.0", features = ["ron"] }
|
||||
bevy_debug_log = { git = "https://github.com/rustunit/bevy_debug_log.git", rev = "86051a0" }
|
||||
bevy_replicon = "0.36.1"
|
||||
bevy_replicon_renet = "0.12.0"
|
||||
bevy_sprite3d = "7.0.0"
|
||||
bevy_trenchbroom = { version = "0.10", default-features = false, features = [
|
||||
"physics-integration",
|
||||
] }
|
||||
bevy_trenchbroom_avian = "0.10"
|
||||
clap = { version = "=4.5.47", features = ["derive"] }
|
||||
happy_feet = { git = "https://github.com/PROMETHIA-27/happy_feet.git", rev = "48a96cc", features = [
|
||||
"serde",
|
||||
] }
|
||||
lightyear = { version = "0.25", default-features = false, features = [
|
||||
"avian3d",
|
||||
"input_native",
|
||||
"interpolation",
|
||||
"netcode",
|
||||
"prediction",
|
||||
"replication",
|
||||
"std",
|
||||
"udp",
|
||||
"frame_interpolation",
|
||||
] }
|
||||
lightyear_serde = "0.25"
|
||||
nil = "0.14.0"
|
||||
rand = "=0.8.5"
|
||||
ron = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user