diff options
Diffstat (limited to '')
| -rw-r--r-- | iced_builder/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iced_builder/src/lib.rs b/iced_builder/src/lib.rs index d04c594..f3165f5 100644 --- a/iced_builder/src/lib.rs +++ b/iced_builder/src/lib.rs @@ -3,6 +3,7 @@ pub mod error; pub mod icon; pub mod panes; pub mod types; +pub mod widget; pub use error::Error; pub type Result<T> = core::result::Result<T, Error>; |
