exit event loop properly
This commit is contained in:
parent
06de4a85e5
commit
883bd7ea69
2 changed files with 23 additions and 17 deletions
|
@ -12,14 +12,14 @@ crashreport = "1.0.1"
|
|||
dirs-next = "2.0.0"
|
||||
|
||||
lazy_static.workspace = true
|
||||
once_cell = "1.20.2"
|
||||
once_cell = "1.21.1"
|
||||
parking_lot.workspace = true
|
||||
regex = "1.11.1"
|
||||
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.42.0", features = ["macros", "parking_lot","rt-multi-thread"] }
|
||||
wgpu = "24.0.1"
|
||||
winit = "0.30.8"
|
||||
tokio = { version = "1.44.1", features = ["macros", "parking_lot","rt-multi-thread"] }
|
||||
wgpu = "24.0.3"
|
||||
winit = "0.30.9"
|
||||
bytemuck = "1.21.0"
|
||||
futures = "0.3.31"
|
||||
cgmath = "0.18.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue