Merge pull request #1429 from pheki/remove-pure-docs-rs

Remove old pure feature from docs.rs build metadata
This commit is contained in:
Héctor Ramón 2022-09-07 10:31:02 +02:00 committed by GitHub
commit d659811964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ iced_wgpu = { version = "0.5", path = "wgpu", features = ["webgl"], optional = t
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
features = ["image", "svg", "canvas", "qr_code", "pure"]
features = ["image", "svg", "canvas", "qr_code"]
[profile.release-opt]
inherits = "release"