summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-02 21:10:55 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-02 21:10:55 +0200
commit7e111f273fb22a6ffc7a4fd24bea5e838d276758 (patch)
tree88673403313ad90cec226ee92d4ebf4ef0a24bdc /Cargo.toml
parent84c28a73e2a7ace8547e892f675bfc497d157bcb (diff)
downloadiced-7e111f273fb22a6ffc7a4fd24bea5e838d276758.tar.gz
iced-7e111f273fb22a6ffc7a4fd24bea5e838d276758.tar.bz2
iced-7e111f273fb22a6ffc7a4fd24bea5e838d276758.zip
Enable `pure` feature in `docs.rs`
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 9c4b8181..899d392a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -116,4 +116,4 @@ iced_wgpu = { version = "0.4", path = "wgpu", features = ["webgl"], optional = t
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
-features = ["image", "svg", "canvas", "qr_code"]
+features = ["image", "svg", "canvas", "qr_code", "pure"]