Use latest wgpu_glyph release on crates.io

This commit is contained in:
Héctor Ramón Jiménez 2022-07-03 15:24:16 +02:00
parent 390e2a2d34
commit 8b250d12e7
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -29,7 +29,7 @@ webgl = ["wgpu/webgl"]
[dependencies]
wgpu = "0.13"
wgpu_glyph = { version = "0.16", git = "https://github.com/Cupnfish/wgpu_glyph.git", branch = "wgpu-0.13" }
wgpu_glyph = "0.17"
glyph_brush = "0.7"
raw-window-handle = "0.4"
log = "0.4"