summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-21 05:07:41 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-21 05:07:41 +0100
commitd1c4239ac7ffdf299e4f9fae36406361cfef9267 (patch)
treeb0ffeb28289f23a14aba48e54e09ecb1983c99a1 /graphics
parent9da0a3de54e8e7161d4a3405633bc574ce43eb2d (diff)
downloadiced-d1c4239ac7ffdf299e4f9fae36406361cfef9267.tar.gz
iced-d1c4239ac7ffdf299e4f9fae36406361cfef9267.tar.bz2
iced-d1c4239ac7ffdf299e4f9fae36406361cfef9267.zip
Disable default features of `qrcode` for `iced_graphics`
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index aac9ccf2..ab41ac44 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -42,6 +42,7 @@ optional = true
[dependencies.qrcode]
version = "0.12"
optional = true
+default-features = false
[dependencies.font-kit]
version = "0.10"