Skip to content

Commit 872d182

Browse files
committed
add homepage type to lib.rs
1 parent 9b7db45 commit 872d182

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ pub use engines::{BrowserEngine, PixelFormat, Tab, TabInfo, Tabs};
88
pub use engines::ultralight::Ultralight;
99

1010
pub mod widgets;
11-
pub use widgets::{browser_view, command_palatte, nav_bar, tab_bar, IcyBrowser, Message};
11+
pub use widgets::{
12+
browser_view, command_palatte, nav_bar, tab_bar, HomepageType, IcyBrowser, Message,
13+
};
1214

1315
mod helpers;
1416
pub use helpers::{get_fonts, to_url, Bookmark, Bookmarks, ImageInfo};

0 commit comments

Comments
 (0)