[rs] Native update to 9276cd51c0

This commit is contained in:
Dzmitry Malyshau
2019-05-31 10:32:05 -04:00
parent b9ad929785
commit 67914001e1

View File

@@ -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 = "ce4ef375c342446d3019a12c10203042d3f5ba11" }
wgn = { package = "wgpu-native", features = ["local", "window-winit"], git = "https://github.com/gfx-rs/wgpu", rev = "9276cd51c0cc0b3b5bd2e7ce9c7a09aeca313227" }
arrayvec = "0.4"
[dev-dependencies]