Update wgpu from 0.4 to 0.5 (currently it's not rendering)

This commit is contained in:
Keavon Chambers
2020-05-02 14:44:28 -07:00
parent b30ee294a6
commit 323a951362
12 changed files with 562 additions and 388 deletions
+4 -2
View File
@@ -9,8 +9,10 @@ edition = "2018"
[dependencies]
image = "0.22"
winit = "0.20"
wgpu = "0.4"
wgpu = "0.5"
glsl-to-spirv = "0.1"
failure = "0.1.7"
cgmath = "0.17"
palette = "0.5"
palette = "0.5"
futures = "0.3.4"
bytemuck = "1.2.0"