315: Update wgpu-core rev r=urgent a=kvark

Fixes #314 

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
This commit is contained in:
bors[bot]
2020-05-18 16:11:53 +00:00
committed by GitHub

View File

@@ -28,14 +28,14 @@ vulkan = ["wgc/gfx-backend-vulkan"]
package = "wgpu-core"
version = "0.5"
git = "https://github.com/gfx-rs/wgpu"
rev = "a7200bb8658e7b7bb972ee46a81f423209fb7659"
rev = "a203333c3e144cfd431c812213966ee32ae59d98"
features = ["raw-window-handle"]
[dependencies.wgt]
package = "wgpu-types"
version = "0.5"
git = "https://github.com/gfx-rs/wgpu"
rev = "a7200bb8658e7b7bb972ee46a81f423209fb7659"
rev = "a203333c3e144cfd431c812213966ee32ae59d98"
[dependencies]
arrayvec = "0.5"