Enable all features for iced_widget in docs.rs

This commit is contained in:
Héctor Ramón Jiménez 2023-07-28 19:59:31 +02:00
parent 8c7308d9ce
commit 7c772c35fe
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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