From 0515571231b387c2fa9c15f23b0d5a13958fae8b Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 26 Dec 2024 00:05:21 +0100 Subject: feat: add `tip` widget helper from `hecrj/icebreaker` --- iced_builder/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'iced_builder/src/lib.rs') 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 = core::result::Result; -- cgit v1.2.3