pxldraw 0.1.1

2D software pixel renderer
Documentation
1
2
3
4
//! Core types, often re-exported from other crates.

pub use grixy::core::{Pos, Rect};
pub use pxlfmt::pixel::{Format, Pixel as Color};