Merge pull request #815 from taiki-e/docs
Enable qr_code feature on docs.rs
This commit is contained in:
commit
3ea2c4595a
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue