This commit is contained in:
parent
53fe3333f0
commit
27b4644730
12 changed files with 852 additions and 642 deletions
|
|
@ -39,14 +39,15 @@ incremental = false
|
|||
debug = false
|
||||
|
||||
[dependencies]
|
||||
avian2d = { version = "0.3.0", features = ["serialize", "simd"] }
|
||||
bevy = { version = "0.16.1", default-features = false, features = [
|
||||
avian2d = { version = "0.4.0", features = ["serialize", "simd"] }
|
||||
bevy = { version = "0.17.2", default-features = false, features = [
|
||||
"bevy_color",
|
||||
"bevy_core_pipeline",
|
||||
"bevy_remote",
|
||||
"bevy_render",
|
||||
"bevy_state",
|
||||
"bevy_ui",
|
||||
"bevy_ui_render",
|
||||
"bevy_window",
|
||||
"bevy_winit",
|
||||
"default_font",
|
||||
|
|
@ -54,7 +55,7 @@ bevy = { version = "0.16.1", default-features = false, features = [
|
|||
"std",
|
||||
"wayland",
|
||||
] }
|
||||
bevy_rand = { version = "0.11.0", features = ["wyrand", "std"] }
|
||||
bevy_rand = { version = "0.12.0", features = ["wyrand", "std"] }
|
||||
clap = { version = "4.5.48", features = ["derive"] }
|
||||
crossbeam-channel = "0.5.15"
|
||||
log = { version = "0.4.28", features = ["release_max_level_warn"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue