From fb938c222b26de1e9dcf2a9f8631060fceb5bce4 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sun, 31 May 2020 12:24:41 -0400 Subject: [PATCH] [rs] Update wgpu dependency --- wgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index f861fd6efc..a74fc10a03 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -28,14 +28,14 @@ vulkan = ["wgc/gfx-backend-vulkan"] package = "wgpu-core" version = "0.5" git = "https://github.com/gfx-rs/wgpu" -rev = "a6d468086dc48683d0c97b9e3b63264ad67660da" +rev = "1a569ebe89deabca2d8299a664d5cad4b437d8d8" features = ["raw-window-handle"] [dependencies.wgt] package = "wgpu-types" version = "0.5" git = "https://github.com/gfx-rs/wgpu" -rev = "a6d468086dc48683d0c97b9e3b63264ad67660da" +rev = "1a569ebe89deabca2d8299a664d5cad4b437d8d8" [dependencies] arrayvec = "0.5"