Skip to content

Commit

Permalink
add homepage type to lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Oct 11, 2024
1 parent 9b7db45 commit 872d182
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ pub use engines::{BrowserEngine, PixelFormat, Tab, TabInfo, Tabs};
pub use engines::ultralight::Ultralight;

pub mod widgets;
pub use widgets::{browser_view, command_palatte, nav_bar, tab_bar, IcyBrowser, Message};
pub use widgets::{
browser_view, command_palatte, nav_bar, tab_bar, HomepageType, IcyBrowser, Message,
};

mod helpers;
pub use helpers::{get_fonts, to_url, Bookmark, Bookmarks, ImageInfo};
Expand Down

0 comments on commit 872d182

Please sign in to comment.