Update wgpu for Wasm

This commit is contained in:
Héctor Ramón Jiménez 2023-09-03 00:28:05 +02:00
parent d4f5dd7c95
commit d518e7d423
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -25,7 +25,7 @@ rustc-hash = "1.1"
log = "0.4"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wgpu = { version = "0.16", features = ["webgl"] }
wgpu = { version = "0.17", features = ["webgl"] }
[dependencies.twox-hash]
version = "1.6"