rgx 0.9.0

A 2D graphics toolkit for rust
Documentation
pub mod align;
pub use align::Align;
pub mod hstack;
pub use hstack::HStack;
pub mod pod;
pub use pod::Pod;
pub mod image;
pub use image::Image;
pub mod sized_box;
pub use sized_box::SizedBox;
pub mod zstack;
pub use zstack::ZStack;
pub mod painter;
pub use painter::Painter;
pub mod controller;
pub use controller::Controller;
pub mod button;
pub use button::Button;
pub mod click;
pub use click::Click;
pub mod hover;
pub use hover::Hover;
pub mod widget;
pub use widget::{Widget, WidgetEvent, WidgetExt, WidgetId, WidgetTuple};