From 8ad6889ee0c4f92774587bbeac479af51de96ed7 Mon Sep 17 00:00:00 2001 From: Aphek Date: Wed, 31 Aug 2022 22:53:42 -0300 Subject: [PATCH] Remove old pure feature from docs.rs build metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bff0eb7bf6..c93e724519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"