//! The build_pattern allow you to create application just with callback functions.
//! Similar with the one of origin iced.
/// The renderer of some Program.
use gen_attach;
gen_attach!
pub use application;
/// It is the same with the timed in iced
pub use timed;
pub use SingleApplication;
pub use daemon;
pub use Daemon;
use crateLayerShellCustomActionWithId;