134: wgpu dependency update r=kvark a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
This commit is contained in:
bors[bot]
2019-11-26 18:51:56 +00:00
committed by GitHub

View File

@@ -26,13 +26,13 @@ vulkan = ["wgn/vulkan-portability"]
package = "wgpu-native"
version = "0.4"
git = "https://github.com/gfx-rs/wgpu"
rev = "73b33ea76e2f91b3114aa7640b1d60518d39f915"
rev = "b51053dc2dc3bbe9b2ba050fde42eeb6405fe092"
[dependencies.wgc]
package = "wgpu-core"
version = "0.1"
git = "https://github.com/gfx-rs/wgpu"
rev = "73b33ea76e2f91b3114aa7640b1d60518d39f915"
rev = "b51053dc2dc3bbe9b2ba050fde42eeb6405fe092"
[dependencies]
arrayvec = "0.5"