844: Update wgpu to the cross feature fix r=kvark a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
This commit is contained in:
bors[bot]
2021-04-05 05:13:48 +00:00
committed by GitHub

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"