fluent-app 2.2.0

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

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