Fix incorrect wgpu version for Wasm builds in iced_wgpu
This commit is contained in:
parent
9c63eb7df5
commit
d953d12c38
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ once_cell = "1.0"
|
||||||
rustc-hash = "1.1"
|
rustc-hash = "1.1"
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
wgpu = { version = "0.14", features = ["webgl"] }
|
wgpu = { version = "0.15", features = ["webgl"] }
|
||||||
|
|
||||||
[dependencies.twox-hash]
|
[dependencies.twox-hash]
|
||||||
version = "1.6"
|
version = "1.6"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue