Skip to content

Commit d518e7d

Browse files
committed
Update wgpu for Wasm
1 parent d4f5dd7 commit d518e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustc-hash = "1.1"
2525
log = "0.4"
2626

2727
[target.'cfg(target_arch = "wasm32")'.dependencies]
28-
wgpu = { version = "0.16", features = ["webgl"] }
28+
wgpu = { version = "0.17", features = ["webgl"] }
2929

3030
[dependencies.twox-hash]
3131
version = "1.6"

0 commit comments

Comments
 (0)