Merge pull request #815 from taiki-e/docs

Enable qr_code feature on docs.rs
This commit is contained in:
Héctor Ramón 2021-04-06 13:47:30 +07:00 committed by GitHub
commit 3ea2c4595a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]