dardan_ui 0.1.1

A simple GUI Toolkit based on SDL2. The goal is for it to be easy to use and be similar to GUI Toolkits for OO languages.
Documentation
1
2
3
4
5
6
pub mod elem;
pub mod col;
pub mod size_units;
pub mod cell;
pub mod attr;
pub mod param;