Merge pull request #1429 from pheki/remove-pure-docs-rs
Remove old pure feature from docs.rs build metadata
This commit is contained in:
commit
d659811964
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ iced_wgpu = { version = "0.5", 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", "pure"]
|
features = ["image", "svg", "canvas", "qr_code"]
|
||||||
|
|
||||||
[profile.release-opt]
|
[profile.release-opt]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue