Update wgpu_glyph and glyph_brush

This commit is contained in:
Héctor Ramón Jiménez 2020-05-25 21:49:16 +02:00
parent 5324eb1024
commit f5ee6d0e51
4 changed files with 111 additions and 117 deletions

View file

@ -13,9 +13,9 @@ canvas = ["lyon"]
[dependencies]
wgpu = "0.5"
wgpu_glyph = "0.8"
wgpu_glyph = { git = "https://github.com/hecrj/wgpu_glyph.git", branch = "feature/update-glyph-brush" }
zerocopy = "0.3"
glyph_brush = "0.6"
glyph_brush = "0.7"
raw-window-handle = "0.3"
glam = "0.8"
font-kit = "0.6"