[rs] Update wgpu to the latest DX11 fix

This commit is contained in:
Dzmitry Malyshau
2020-09-06 20:41:24 -04:00
parent 9e81e3d6ef
commit c69b03d32f

View File

@@ -26,14 +26,14 @@ vulkan-portability = ["wgc/gfx-backend-vulkan"]
package = "wgpu-core"
#version = "0.6"
git = "https://github.com/gfx-rs/wgpu"
rev = "bbb9b84bd2bcfe2b55fe03704ba30c242cb0e768"
rev = "68bf10a3a5c439728825d4f3bd2d2ec075421edc"
features = ["raw-window-handle"]
[dependencies.wgt]
package = "wgpu-types"
#version = "0.6"
git = "https://github.com/gfx-rs/wgpu"
rev = "bbb9b84bd2bcfe2b55fe03704ba30c242cb0e768"
rev = "68bf10a3a5c439728825d4f3bd2d2ec075421edc"
[dependencies]
arrayvec = "0.5"