mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 18:58:11 +08:00
Update wgpu from 0.4 to 0.5 (currently it's not rendering)
This commit is contained in:
+4
-2
@@ -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"
|
||||
Reference in New Issue
Block a user