Use published version of wgpu_glyph

This commit is contained in:
Héctor Ramón Jiménez 2020-05-29 01:55:51 +02:00
parent f5ee6d0e51
commit 67b6f044e8

View File

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