fluent-app 2.0.2

Application entry point for FluentGUI: window chrome, title bar, FluentApp builder
Documentation
1
2
3
4
5
6
7
mod app_builder;
mod assets;
mod title_bar;

pub use app_builder::{title_bar, FluentApp};
pub use assets::FluentAssets;
pub use title_bar::TitleBar;