summaryrefslogtreecommitdiffstats
path: root/widget/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-28 19:59:31 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-28 19:59:31 +0200
commit7c772c35fe1cfddb903aa74dfb5f2a58ec0117d3 (patch)
treeff14ed0ae4df59a12f0354942e4b317302c011d5 /widget/Cargo.toml
parent8c7308d9cee3bb8a32b94024e461f612b1eafe04 (diff)
downloadiced-7c772c35fe1cfddb903aa74dfb5f2a58ec0117d3.tar.gz
iced-7c772c35fe1cfddb903aa74dfb5f2a58ec0117d3.tar.bz2
iced-7c772c35fe1cfddb903aa74dfb5f2a58ec0117d3.zip
Enable all features for `iced_widget` in `docs.rs`
Diffstat (limited to 'widget/Cargo.toml')
-rw-r--r--widget/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/widget/Cargo.toml b/widget/Cargo.toml
index 6e66689d..2cba4c5a 100644
--- a/widget/Cargo.toml
+++ b/widget/Cargo.toml
@@ -42,3 +42,7 @@ optional = true
version = "0.12"
optional = true
default-features = false
+
+[package.metadata.docs.rs]
+rustdoc-args = ["--cfg", "docsrs"]
+all-features = true