matrix-gui 0.2.0

embedded-graphics based GUI framework, use region-based freeform layout.
Documentation
pub mod background;
pub mod bar;
pub mod label;
pub mod listbox;
pub mod plaintext;
pub mod staticimage;
pub mod staticline;

#[cfg(feature = "scroll-area")]
pub mod scrollarea;

#[cfg(feature = "interaction")]
pub mod interact {
    pub mod button;
    pub mod checkbox;
    pub mod radiobutton;
    pub mod slider;

    #[cfg(feature = "popup")]
    pub mod choice;
    #[cfg(feature = "popup")]
    pub mod msgbox;
}