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

@ -7,6 +7,8 @@ edition = "2018"
[features]
canvas = ["lyon"]
font-source = ["font-kit"]
font-fallback = []
font-icons = []
[dependencies]
bytemuck = "1.2"