summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Aphek <bilkow@tutanota.com>2022-08-31 22:53:42 -0300
committerLibravatar Aphek <bilkow@tutanota.com>2022-08-31 22:53:42 -0300
commit8ad6889ee0c4f92774587bbeac479af51de96ed7 (patch)
treec3ad556dc05d94bae009cf32c87124e02f481c99 /Cargo.toml
parentab1ac8228f2ab9ef53303e2c5b1770eaa9a513ad (diff)
downloadiced-8ad6889ee0c4f92774587bbeac479af51de96ed7.tar.gz
iced-8ad6889ee0c4f92774587bbeac479af51de96ed7.tar.bz2
iced-8ad6889ee0c4f92774587bbeac479af51de96ed7.zip
Remove old pure feature from docs.rs build metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"