Skip to content

Commit deffa2c

Browse files
fix(deps): update rust crate wgpu to 0.17.1
1 parent 8a3e6e2 commit deffa2c

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
@@ -29,4 +29,4 @@ wasm-bindgen = "0.2.87"
2929
console_error_panic_hook = "0.1.7"
3030
tracing-wasm = "0.2"
3131
wasm-bindgen-futures = "0.4"
32-
wgpu = { version = "0.17.0", features = ["webgl"] }
32+
wgpu = { version = "0.17.1", features = ["webgl"] }

0 commit comments

Comments
 (0)