diff options
author | 2020-02-06 00:28:25 +0100 | |
---|---|---|
committer | 2020-02-06 00:28:25 +0100 | |
commit | ce45ecc23546efd85f04a76fcb1a3a691d259129 (patch) | |
tree | b4a16e6e9e59285eadbf7df432a60c40cd1a568b /web/src/widget/checkbox.rs | |
parent | 9a7f7bfdf5afa329a60beab6556d739cf5d19b50 (diff) | |
download | iced-ce45ecc23546efd85f04a76fcb1a3a691d259129.tar.gz iced-ce45ecc23546efd85f04a76fcb1a3a691d259129.tar.bz2 iced-ce45ecc23546efd85f04a76fcb1a3a691d259129.zip |
Expose missing widget modules in `iced_web`
Diffstat (limited to '')
-rw-r--r-- | web/src/widget/checkbox.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/widget/checkbox.rs b/web/src/widget/checkbox.rs index d1d30048..7c7b805c 100644 --- a/web/src/widget/checkbox.rs +++ b/web/src/widget/checkbox.rs @@ -1,3 +1,4 @@ +//! Show toggle controls using checkboxes. use crate::{Bus, Color, Css, Element, Widget}; use dodrio::bumpalo; |