From ea92f864c50f07a7e64bd5bdeb190aabdaae64c1 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Tue, 26 Nov 2019 10:28:33 -0500 Subject: [PATCH] [rs] Dependency update --- wgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 0c211709b4..ff63352b19 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -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"