cargo update
This commit is contained in:
@@ -20,11 +20,15 @@ avian3d = { version = "0.2.1", default-features = false, features = [
|
||||
"parallel",
|
||||
] }
|
||||
bevy = "0.15.3"
|
||||
bevy_trenchbroom = { version = "0.6.5", features = ["auto_register", "avian"] }
|
||||
bevy_trenchbroom = { version = "0.7", features = [
|
||||
"auto_register",
|
||||
"avian",
|
||||
"client",
|
||||
] }
|
||||
nil = "0.14.0"
|
||||
bevy_asset_loader = "0.22.0"
|
||||
bevy_sprite3d = "4.0.0"
|
||||
rand = "0.8.5"
|
||||
rand = "=0.8.5"
|
||||
bevy-inspector-egui = { version = "0.30", optional = true }
|
||||
bevy_polyline = "0.11.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user