File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ repository = "https://github.com/grovesNL/glyphon"
88license = " MIT OR Apache-2.0 OR Zlib"
99
1010[dependencies ]
11- wgpu = { version = " 26 .0.1" , default-features = false , features = [" wgsl" ] }
11+ wgpu = { version = " 27 .0.1" , default-features = false , features = [" wgsl" ] }
1212etagere = " 0.2.10"
1313cosmic-text = " 0.14"
1414lru = { version = " 0.16" , default-features = false }
1515rustc-hash = " 2.1.1"
1616
1717[dev-dependencies ]
1818winit = " 0.30.3"
19- wgpu = " 26 .0.1"
19+ wgpu = " 27 .0.1"
2020resvg = { version = " 0.45" , default-features = false }
2121pollster = " 0.4.0"
2222criterion = { version = " 0.6" , features = [" html_reports" ] }
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ impl State {
1919 ..Default :: default ( )
2020 } ,
2121 dx12 : Dx12BackendOptions {
22- shader_compiler : wgpu:: Dx12Compiler :: Fxc
22+ shader_compiler : wgpu:: Dx12Compiler :: Fxc ,
23+ ..Default :: default ( )
2324 } ,
2425 ..Default :: default ( )
2526 }
You can’t perform that action at this time.
0 commit comments