diff --git a/Cargo.toml b/Cargo.toml index bff0eb7b..c93e7245 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"