Merge pull request #815 from taiki-e/docs
Enable qr_code feature on docs.rs
This commit is contained in:
commit
3ea2c4595a
1 changed files with 1 additions and 1 deletions
|
|
@ -102,4 +102,4 @@ iced_web = { version = "0.4", path = "web" }
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustdoc-args = ["--cfg", "docsrs"]
|
rustdoc-args = ["--cfg", "docsrs"]
|
||||||
features = ["image", "svg", "canvas"]
|
features = ["image", "svg", "canvas", "qr_code"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue