diff options
author | 2020-05-19 20:30:46 +0200 | |
---|---|---|
committer | 2020-05-19 20:30:46 +0200 | |
commit | f0480854a9cd76f443848dbfa14256089b56abfe (patch) | |
tree | c19af18f58e3bdb1cc4bf53e9b207b253b3ab99e /graphics/Cargo.toml | |
parent | e0c4f1a08e756f11c30a99cd739fe78267e5040b (diff) | |
download | iced-f0480854a9cd76f443848dbfa14256089b56abfe.tar.gz iced-f0480854a9cd76f443848dbfa14256089b56abfe.tar.bz2 iced-f0480854a9cd76f443848dbfa14256089b56abfe.zip |
Move built-in fonts to `iced_graphics`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r-- | graphics/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index c937763c..61f1f6d4 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -7,6 +7,8 @@ edition = "2018" [features] canvas = ["lyon"] font-source = ["font-kit"] +font-fallback = [] +font-icons = [] [dependencies] bytemuck = "1.2" |