From 1aee746232b2aedbbd667d68248216722318da6e Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sun, 21 Jun 2020 23:25:41 -0400 Subject: [PATCH] [rs] wgpu update with RODS and memory fixes --- wgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 6768eb9b34..f6467624aa 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -22,14 +22,14 @@ vulkan = ["wgc/gfx-backend-vulkan"] package = "wgpu-core" version = "0.5" git = "https://github.com/gfx-rs/wgpu" -rev = "c7be94047d156a3bde88d03cd5c229bedb6efe62" +rev = "6b3863af624741491f197ce504cc58586fe077b5" features = ["raw-window-handle"] [dependencies.wgt] package = "wgpu-types" version = "0.5" git = "https://github.com/gfx-rs/wgpu" -rev = "c7be94047d156a3bde88d03cd5c229bedb6efe62" +rev = "6b3863af624741491f197ce504cc58586fe077b5" [dependencies] arrayvec = "0.5"