summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-19 20:30:46 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-19 20:30:46 +0200
commitf0480854a9cd76f443848dbfa14256089b56abfe (patch)
treec19af18f58e3bdb1cc4bf53e9b207b253b3ab99e /glow/Cargo.toml
parente0c4f1a08e756f11c30a99cd739fe78267e5040b (diff)
downloadiced-f0480854a9cd76f443848dbfa14256089b56abfe.tar.gz
iced-f0480854a9cd76f443848dbfa14256089b56abfe.tar.bz2
iced-f0480854a9cd76f443848dbfa14256089b56abfe.zip
Move built-in fonts to `iced_graphics`
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r--glow/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml
index 158e2bf0..72ed8758 100644
--- a/glow/Cargo.toml
+++ b/glow/Cargo.toml
@@ -23,7 +23,7 @@ path = "../native"
[dependencies.iced_graphics]
version = "0.1"
path = "../graphics"
-features = ["font-source"]
+features = ["font-source", "font-fallback", "font-icons"]
[dependencies.surfman]
path = "../../surfman/surfman"