mergui 0.0.5

A simple GUI system for use with the quicksilver game engine
1
2
3
4
5
6
7
8
mod image;
pub mod image_button;
mod text;
pub mod text_button;
pub use image::Image;
pub use image_button::ImageButtonConfig;
pub use text::Text;
pub use text_button::TextButtonConfig;