ming-wm-lib 0.2.3

library for building windows for ming-wm in rust
Documentation
1
2
3
4
pub type Point = [usize; 2]; //x, y
pub type Dimensions = [usize; 2]; //width, height
pub type RGBColor = [u8; 3]; //rgb