Update wgpu to 0.5 in iced_wgpu 🎉

This commit is contained in:
Héctor Ramón Jiménez 2020-04-07 05:48:21 +02:00
parent 703beae05e
commit d807ef367e
12 changed files with 313 additions and 268 deletions

View file

@ -12,8 +12,9 @@ svg = ["resvg"]
canvas = ["lyon"]
[dependencies]
wgpu = "0.4"
wgpu_glyph = "0.7"
wgpu = "0.5"
wgpu_glyph = { version = "0.8", git = "https://github.com/hecrj/wgpu_glyph.git", branch = "update-wgpu" }
zerocopy = "0.3"
glyph_brush = "0.6"
raw-window-handle = "0.3"
glam = "0.8"