kaffee 0.2.0

Small 2D framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # kaffee - API Documentation
//!
//! kaffee is a simple 2D framework, built on top of [wgpu].
//!
//! [wgpu]: https://github.com/gfx-rs/wgpu/
pub mod app;
pub mod error;
pub mod event;
pub mod gfx;
pub mod prelude;

mod fs;
mod math;