iced 0.1.0-alpha

A GUI runtime, heavily inspired by Elm.
Documentation
//! Map your system events into input events that the runtime can understand.
pub mod keyboard;
pub mod mouse;

mod button_state;

pub use button_state::ButtonState;