Update wgpu-core rev

This commit is contained in:
Dzmitry Malyshau
2020-05-18 12:11:02 -04:00
parent c830faa06b
commit 2b9beebd3e

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"