iced_af 0.4.1

The iced application framework project.
Documentation
1
2
3
4
5
6
7
8
9
//! The appearance of the widgets

pub mod colors;
pub mod status;
pub mod style_state;

pub use status::{Status, StyleFn};
pub mod menu_bar;
pub mod sidebar;