Skip to content

Commit

Permalink
Update wgpu for Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 2, 2023
1 parent d4f5dd7 commit d518e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d518e7d

Please sign in to comment.