kaffee 0.2.0

Small 2D framework
Documentation
1
2
3
4
5
6
7
//! Re-exports the most common types.

pub use crate::{
    app::{App, Settings},
    event::EventHandler,
    gfx::{color::colors::*, BatchContext, RenderContext},
};