From 84cab2ef2f2a1da2a90bae4efdf4a219138b9cbf Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Thu, 13 Aug 2020 17:41:05 -0400 Subject: [PATCH] [rs] Update wgpu to 7e8b51b4286bd9452567eb1a56edb8e9b7c7f684 --- wgpu/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 3b7bbe472a..9345d2d79a 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -26,14 +26,14 @@ vulkan-portability = ["wgc/gfx-backend-vulkan"] package = "wgpu-core" version = "0.5" git = "https://github.com/gfx-rs/wgpu" -rev = "92aaa2bba6f2125a93525aabb404ec2952421696" +rev = "7e8b51b4286bd9452567eb1a56edb8e9b7c7f684" features = ["raw-window-handle"] [dependencies.wgt] package = "wgpu-types" version = "0.5" git = "https://github.com/gfx-rs/wgpu" -rev = "92aaa2bba6f2125a93525aabb404ec2952421696" +rev = "7e8b51b4286bd9452567eb1a56edb8e9b7c7f684" [dependencies] arrayvec = "0.5" @@ -64,7 +64,7 @@ ddsfile = "0.4.0" package = "wgpu-subscriber" version = "0.1" git = "https://github.com/gfx-rs/wgpu" -rev = "92aaa2bba6f2125a93525aabb404ec2952421696" +rev = "7e8b51b4286bd9452567eb1a56edb8e9b7c7f684" [[example]] name="hello-compute"