conrod 0.52.0

An easy-to-use, 100% Rust, extensible 2D GUI library.
Documentation
1
2
3
4
//! Functionality for simplifying the work involved when using conrod along-side piston.

pub mod draw;
pub mod event;