upgrade wgpu

This commit is contained in:
Carter Anderson 2020-05-05 21:25:56 -07:00
parent c5ca59dc4d
commit b5cdb7c5fc

View file

@ -19,7 +19,7 @@ bevy_winit = { path = "../bevy_winit", optional = true }
legion = { path = "../bevy_legion" }
# render
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "f79ee512eb3d0cb50390787b58694d627eee6c34" }
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "89ee5bffd3c37279f733b76b05e5d030aba035db" }
# wgpu = { version = "0.5.0" }
futures = "0.3"