Skip to content

Commit de4b5b8

Browse files
mfluehrgrovesNL
authored andcommitted
Update wgpu to 27
1 parent 724ab57 commit de4b5b8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repository = "https://github.com/grovesNL/glyphon"
88
license = "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"] }
1212
etagere = "0.2.10"
1313
cosmic-text = "0.14"
1414
lru = { version = "0.16", default-features = false }
1515
rustc-hash = "2.1.1"
1616

1717
[dev-dependencies]
1818
winit = "0.30.3"
19-
wgpu = "26.0.1"
19+
wgpu = "27.0.1"
2020
resvg = { version = "0.45", default-features = false }
2121
pollster = "0.4.0"
2222
criterion = { version = "0.6", features = ["html_reports"] }

benches/state.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)