[rs] Update wgpu to the cross feature fix

This commit is contained in:
Dzmitry Malyshau
2021-04-05 01:13:13 -04:00
parent a474992b72
commit 4c6bce87d8

View File

@@ -28,20 +28,20 @@ cross = ["wgc/cross"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "31f52202c5ba690ff122631070da11fdcbca574c"
rev = "eef478fc5d4de9c114084a4f8a7a3d434697fdba"
features = ["raw-window-handle"]
[target.'cfg(target_arch = "wasm32")'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "31f52202c5ba690ff122631070da11fdcbca574c"
rev = "eef478fc5d4de9c114084a4f8a7a3d434697fdba"
features = ["raw-window-handle"]
optional = true
[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "31f52202c5ba690ff122631070da11fdcbca574c"
rev = "eef478fc5d4de9c114084a4f8a7a3d434697fdba"
[dependencies]
arrayvec = "0.5"