Skip to main content

fluent_app/
lib.rs

1mod app_builder;
2mod assets;
3mod title_bar;
4
5pub use app_builder::{title_bar, FluentApp};
6pub use assets::FluentAssets;
7pub use title_bar::TitleBar;