@@ -14,17 +14,16 @@ indexmap = "2.9"
1414pollster = " 0.4"
1515image = " 0.25"
1616bytemuck = { version = " 1.20" , features = [" derive" ] }
17- wgpu = { version = " 25 .0" , features = [" naga-ir" ] }
17+ wgpu = { version = " 27 .0" , features = [" naga-ir" ] }
1818winit = { version = " 0.30" }
1919
2020[dev-dependencies ]
21- # ToDo: Update to 0.32 when can
22- egui = { version = " 0.32" }
23- egui-wgpu = { version = " 0.32" }
24- egui-winit = { version = " 0.32" }
25- egui_extras = { version = " 0.32" }
26- egui_demo_lib = { version = " 0.32" }
27- rapier2d = { version = " 0.26" , features = [" default" , " debug-render" ] }
21+ egui = { version = " 0.33" }
22+ egui-wgpu = { version = " 0.33" }
23+ egui-winit = { version = " 0.33" }
24+ egui_extras = { version = " 0.33" }
25+ egui_demo_lib = { version = " 0.33" }
26+ rapier2d = { version = " 0.31.0" , features = [" default" , " debug-render" ] }
2827rand = " 0.9"
2928glam = " 0.30"
3029
@@ -34,6 +33,7 @@ field_reassign_with_default = "allow"
3433self_named_constructors = " allow"
3534too_long_first_doc_paragraph = " allow"
3635uninlined_format_args = " allow"
36+ default_constructed_unit_structs = " allow"
3737
3838[profile .dev ]
3939opt-level = 3
0 commit comments