From 2b9beebd3e69e90154b4146fe75e12ee85a01f77 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Mon, 18 May 2020 12:11:02 -0400 Subject: [PATCH] Update wgpu-core rev --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2596b9b74a..e099281bd7 100644 --- a/Cargo.toml +++ b/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 = "a7200bb8658e7b7bb972ee46a81f423209fb7659" +rev = "a203333c3e144cfd431c812213966ee32ae59d98" features = ["raw-window-handle"] [dependencies.wgt] package = "wgpu-types" version = "0.5" git = "https://github.com/gfx-rs/wgpu" -rev = "a7200bb8658e7b7bb972ee46a81f423209fb7659" +rev = "a203333c3e144cfd431c812213966ee32ae59d98" [dependencies] arrayvec = "0.5"