Use latest wgpu_glyph

This commit is contained in:
Héctor Ramón Jiménez 2019-11-24 17:16:09 +01:00
parent 357f73c2ef
commit c6edc75f58

View File

@ -11,7 +11,7 @@ repository = "https://github.com/hecrj/iced"
iced_native = { version = "0.1.0", path = "../native" }
wgpu = "0.4"
glyph_brush = "0.6"
wgpu_glyph = { version = "0.5", git = "https://github.com/hecrj/wgpu_glyph", branch = "feature/scissoring" }
wgpu_glyph = "0.6"
raw-window-handle = "0.3"
image = "0.22"
glam = "0.8"