From 8473d8e984f1c74e2f87d655ed048e2c07128f8b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 6 Apr 2021 02:46:44 +0900 Subject: [PATCH] Enable qr_code feature on docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]