Move font::Source to iced_graphics
This commit is contained in:
parent
4aed0fa4b6
commit
e0c4f1a08e
9 changed files with 21 additions and 48 deletions
|
|
@ -6,6 +6,7 @@ edition = "2018"
|
|||
|
||||
[features]
|
||||
canvas = ["lyon"]
|
||||
font-source = ["font-kit"]
|
||||
|
||||
[dependencies]
|
||||
bytemuck = "1.2"
|
||||
|
|
@ -22,3 +23,7 @@ path = "../style"
|
|||
[dependencies.lyon]
|
||||
version = "0.15"
|
||||
optional = true
|
||||
|
||||
[dependencies.font-kit]
|
||||
version = "0.6"
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue