Draft glyphon implementation of text pipeline for iced_wgpu
This commit is contained in:
parent
b9a9576207
commit
baf51a8fcf
8 changed files with 187 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue