Update wgpu for Wasm
This commit is contained in:
parent
d4f5dd7c95
commit
d518e7d423
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue