Switch to replicon (#80)
This commit is contained in:
@@ -4,8 +4,8 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
client = ["lightyear/client"]
|
||||
server = ["lightyear/server"]
|
||||
client = []
|
||||
server = []
|
||||
dbg = []
|
||||
|
||||
[dependencies]
|
||||
@@ -17,11 +17,10 @@ bevy_asset_loader = { workspace = true }
|
||||
bevy_ballistic = { workspace = true }
|
||||
bevy_common_assets = { workspace = true }
|
||||
bevy_debug_log = { workspace = true }
|
||||
bevy_replicon = { workspace = true }
|
||||
bevy_sprite3d = { workspace = true }
|
||||
bevy_trenchbroom = { workspace = true }
|
||||
happy_feet = { workspace = true }
|
||||
lightyear = { workspace = true }
|
||||
lightyear_serde = { workspace = true }
|
||||
nil = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
ron = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user