548: wgpu update with correctness fixes r=kvark a=kvark

Picks up a few important correctness fixes, such as https://github.com/gfx-rs/wgpu/pull/916 and https://github.com/gfx-rs/wgpu/pull/912

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
This commit is contained in:
bors[bot]
2020-09-02 20:47:07 +00:00
committed by GitHub

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 = "bba82724a84e22dd23cd341a06be6909a3511370"
rev = "bbb9b84bd2bcfe2b55fe03704ba30c242cb0e768"
features = ["raw-window-handle"]
[dependencies.wgt]
package = "wgpu-types"
#version = "0.6"
git = "https://github.com/gfx-rs/wgpu"
rev = "bba82724a84e22dd23cd341a06be6909a3511370"
rev = "bbb9b84bd2bcfe2b55fe03704ba30c242cb0e768"
[dependencies]
arrayvec = "0.5"