Update wgpu to fix segfault

This commit is contained in:
Imbris 2021-03-19 20:22:40 -04:00 committed by Avi Weinstock
parent 899efde23f
commit af5d44e5bb

View File

@ -42,7 +42,7 @@ anim = {package = "veloren-voxygen-anim", path = "anim"}
# Graphics
winit = {version = "0.24.0", features = ["serde"]}
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "f891e86e87f0733f04a8078f4be8ead2f24551cf" }
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "1f1a7e5dd47a1610733bbc3989414acb62395359" }
bytemuck = { version="1.4", features=["derive"] }
shaderc = "0.6.2"