summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-06-01 21:47:45 +0200
committerLibravatar GitHub <noreply@github.com>2020-06-01 21:47:45 +0200
commitd34f8e06c8e3cdbba07a272f346163cfc0f920a6 (patch)
tree87da05d984bbac2458c41caf0cea8c5b2cc26c46 /glow/Cargo.toml
parent05750bf1863f8a6d2b797c4c482cd38dc45d7aeb (diff)
parent86f0e3d4e244710eb925c8603368d191aa7daff7 (diff)
downloadiced-d34f8e06c8e3cdbba07a272f346163cfc0f920a6.tar.gz
iced-d34f8e06c8e3cdbba07a272f346163cfc0f920a6.tar.bz2
iced-d34f8e06c8e3cdbba07a272f346163cfc0f920a6.zip
Merge pull request #370 from azriel91/improvement/58/feature-gate-font-kit
Improvement/58/feature gate font kit
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r--glow/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml
index 262f0264..baf2eb2f 100644
--- a/glow/Cargo.toml
+++ b/glow/Cargo.toml
@@ -9,6 +9,7 @@ repository = "https://github.com/hecrj/iced"
[features]
canvas = ["iced_graphics/canvas"]
+default_system_font = ["iced_graphics/font-source"]
# Not supported yet!
image = []
svg = []
@@ -29,7 +30,7 @@ path = "../native"
[dependencies.iced_graphics]
version = "0.1"
path = "../graphics"
-features = ["font-source", "font-fallback", "font-icons", "opengl"]
+features = ["font-fallback", "font-icons", "opengl"]
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]