diff options
author | 2022-08-31 22:53:42 -0300 | |
---|---|---|
committer | 2022-08-31 22:53:42 -0300 | |
commit | 8ad6889ee0c4f92774587bbeac479af51de96ed7 (patch) | |
tree | c3ad556dc05d94bae009cf32c87124e02f481c99 /Cargo.toml | |
parent | ab1ac8228f2ab9ef53303e2c5b1770eaa9a513ad (diff) | |
download | iced-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |