puny2d 0.0.2

Rusty 2d graphics software renderer library.
Documentation
// Raster precision
pub type Coordinate = f32;

// Angle precision
pub type Degree = f64;