Skip to content

Commit aca2088

Browse files
committed
⬆️ upgrade wgpu dependency
1 parent ed38c10 commit aca2088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ winit = { version = "0.29", optional = true }
1919
anyhow = "1"
2020
log = {version = "0.4", optional = true }
2121

22-
wgpu = { version = "0.19", features = [ "spirv" ] }
22+
wgpu = { version = "0.19.3", features = [ "spirv" ] }
2323
pollster = { version = "0.3", optional = true }
2424
bytemuck = { version = "1.13", features = [ "derive" ] }
2525

0 commit comments

Comments
 (0)