From 44ce0875f1cb339c802f9233e10e4ba42ee97bd1 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Fri, 31 May 2019 15:00:12 -0400 Subject: [PATCH] Native update to 803c607794c64feeab66d066d5f748f49005d0b4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 766af1a81c..cfdac426b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ vulkan = ["wgn/gfx-backend-vulkan"] [dependencies] #TODO: only depend on the published version -wgn = { package = "wgpu-native", features = ["local", "window-winit"], git = "https://github.com/gfx-rs/wgpu", rev = "9276cd51c0cc0b3b5bd2e7ce9c7a09aeca313227" } +wgn = { package = "wgpu-native", features = ["local", "window-winit"], git = "https://github.com/gfx-rs/wgpu", rev = "803c607794c64feeab66d066d5f748f49005d0b4" } arrayvec = "0.4" [dev-dependencies]