Move built-in fonts to iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2020-05-19 20:30:46 +02:00
parent e0c4f1a08e
commit f0480854a9
12 changed files with 26 additions and 29 deletions

View file

@ -32,7 +32,7 @@ path = "../native"
[dependencies.iced_graphics]
version = "0.1"
path = "../graphics"
features = ["font-source"]
features = ["font-source", "font-fallback", "font-icons"]
[dependencies.image]
version = "0.23"