xengui 0.2.7

a retained-mode gui library in rust
Documentation
1
2
3
pub type Rect = (f32, f32, f32, f32);
pub type Point = (f32, f32);
pub type Triangle = (Point, Point, Point);