iced_aw 0.14.0

Additional widgets for the Iced GUI library
Documentation
//! `iced_aw_core`.
#[cfg(feature = "date_picker")]
pub mod date;

#[cfg(feature = "time_picker")]
pub mod clock;

#[cfg(feature = "color_picker")]
pub mod color;

pub mod overlay;

pub mod renderer;

#[cfg(feature = "time_picker")]
pub mod time;

#[cfg(feature = "drop_down")]
pub mod offset;

#[cfg(feature = "drop_down")]
pub mod alignment;