Use the latest release of `wgpu_glyph`
This commit is contained in:
parent
b0d1be69d6
commit
5fc4210270
|
@ -14,8 +14,8 @@ qr_code = ["iced_graphics/qr_code"]
|
||||||
default_system_font = ["iced_graphics/font-source"]
|
default_system_font = ["iced_graphics/font-source"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wgpu = "0.7.0"
|
wgpu = "0.7"
|
||||||
wgpu_glyph = {git="https://github.com/hecrj/wgpu_glyph.git"}
|
wgpu_glyph = "0.11"
|
||||||
glyph_brush = "0.7"
|
glyph_brush = "0.7"
|
||||||
raw-window-handle = "0.3"
|
raw-window-handle = "0.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
Loading…
Reference in New Issue