iced_native 0.5.0

A renderer-agnostic library for native GUIs
Documentation
1
2
3
4
5
6
//! Build window-based GUI applications.
mod action;
mod event;

pub use action::Action;
pub use event::Event;