Client/Server Feature Split (#63)
This commit is contained in:
@@ -4,11 +4,13 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
client = ["lightyear/client"]
|
||||
server = ["lightyear/server"]
|
||||
dbg = []
|
||||
|
||||
[dependencies]
|
||||
avian3d = { workspace = true }
|
||||
bevy = { workspace = true }
|
||||
bevy = { workspace = true, default-features = false }
|
||||
bevy-inspector-egui = { workspace = true, optional = true }
|
||||
bevy-steamworks = { workspace = true }
|
||||
bevy-ui-gradients = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user