Draft glyphon implementation of text pipeline for iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-01-31 06:29:21 +01:00
parent b9a9576207
commit baf51a8fcf
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 187 additions and 26 deletions

View file

@ -33,6 +33,7 @@ log = "0.4"
guillotiere = "0.6"
futures = "0.3"
bitflags = "1.2"
once_cell = "1.0"
[dependencies.bytemuck]
version = "1.9"
@ -46,6 +47,10 @@ path = "../native"
version = "0.7"
path = "../graphics"
[dependencies.glyphon]
version = "0.2"
path = "../../glyphon"
[dependencies.tracing]
version = "0.1.6"
optional = true