graphics-rs 0.0.10

A simple, extendable, CPU based 2D graphics library. Also supports CloudPoints and rotation!
Documentation
1
2
3
pub trait HandlesDrawRequest: Sync {
    fn draw(&self);
}