From 7c772c35fe1cfddb903aa74dfb5f2a58ec0117d3 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 28 Jul 2023 19:59:31 +0200 Subject: Enable all features for `iced_widget` in `docs.rs` --- widget/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit