From 433ab156eaa6964e0037cb5202be4dd82790422a Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Mon, 2 Sep 2019 21:12:22 -0400 Subject: [PATCH] wgpu-native update to 40fb3fcdfd38a3788bb1a358301dc9010778651b --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c93979a5e9..b506220b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ license = "MPL-2.0" default = [] [dependencies] -wgn = { package = "wgpu-native", git = "https://github.com/gfx-rs/wgpu", rev = "b58c96e4a66943e09e9a9aa0ee8345c7bc878d38" } +wgn = { package = "wgpu-native", git = "https://github.com/gfx-rs/wgpu", rev = "40fb3fcdfd38a3788bb1a358301dc9010778651b" } arrayvec = "0.4" raw-window-handle = "0.1" zerocopy = "0.2"