puny2d 0.0.2

Rusty 2d graphics software renderer library.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug,PartialEq,Clone)]
pub struct Mask {
    pub x: u16,
    pub y: u16,
    pub width: u16,
    pub height: u16,
    pub data: Vec<f32>
}