Enable pure feature in docs.rs
This commit is contained in:
parent
84c28a73e2
commit
7e111f273f
1 changed files with 1 additions and 1 deletions
|
|
@ -116,4 +116,4 @@ iced_wgpu = { version = "0.4", path = "wgpu", features = ["webgl"], optional = t
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustdoc-args = ["--cfg", "docsrs"]
|
rustdoc-args = ["--cfg", "docsrs"]
|
||||||
features = ["image", "svg", "canvas", "qr_code"]
|
features = ["image", "svg", "canvas", "qr_code", "pure"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue