summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Taiki Endo <te316e89@gmail.com>2021-04-06 02:46:44 +0900
committerLibravatar Taiki Endo <te316e89@gmail.com>2021-04-06 02:46:44 +0900
commit8473d8e984f1c74e2f87d655ed048e2c07128f8b (patch)
treedf7f709939edf127ff6f6afbf1288f3cb385a60e /Cargo.toml
parent854b2e0c4ddffc20449266ea064d5a583c575284 (diff)
downloadiced-8473d8e984f1c74e2f87d655ed048e2c07128f8b.tar.gz
iced-8473d8e984f1c74e2f87d655ed048e2c07128f8b.tar.bz2
iced-8473d8e984f1c74e2f87d655ed048e2c07128f8b.zip
Enable qr_code feature on docs.rs
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b0113b2..6d894eba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -102,4 +102,4 @@ iced_web = { version = "0.4", path = "web" }
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
-features = ["image", "svg", "canvas"]
+features = ["image", "svg", "canvas", "qr_code"]