diff options
| author | pml68 <contact@pml68.dev> | 2024-12-26 00:05:21 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-26 00:05:21 +0100 |
| commit | 0515571231b387c2fa9c15f23b0d5a13958fae8b (patch) | |
| tree | e92d0109599622984b2c485cc020951da288cec3 /iced_builder/src/lib.rs | |
| parent | refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs` (diff) | |
| download | iced-builder-0515571231b387c2fa9c15f23b0d5a13958fae8b.tar.gz | |
feat: add `tip` widget helper from `hecrj/icebreaker`
Diffstat (limited to 'iced_builder/src/lib.rs')
| -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>; |
