We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed38c10 commit aca2088Copy full SHA for aca2088
Cargo.toml
@@ -19,7 +19,7 @@ winit = { version = "0.29", optional = true }
19
anyhow = "1"
20
log = {version = "0.4", optional = true }
21
22
-wgpu = { version = "0.19", features = [ "spirv" ] }
+wgpu = { version = "0.19.3", features = [ "spirv" ] }
23
pollster = { version = "0.3", optional = true }
24
bytemuck = { version = "1.13", features = [ "derive" ] }
25
0 commit comments