diff options
author | 2023-07-28 19:59:31 +0200 | |
---|---|---|
committer | 2023-07-28 19:59:31 +0200 | |
commit | 7c772c35fe1cfddb903aa74dfb5f2a58ec0117d3 (patch) | |
tree | ff14ed0ae4df59a12f0354942e4b317302c011d5 /widget/Cargo.toml | |
parent | 8c7308d9cee3bb8a32b94024e461f612b1eafe04 (diff) | |
download | iced-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.toml | 4 |
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 |