Remove old pure feature from docs.rs build metadata

This commit is contained in:
Aphek 2022-08-31 22:53:42 -03:00
parent ab1ac8228f
commit 8ad6889ee0

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"