qilin 0.3.2

Lightweight Game Engine for making fun 2d Games in Rust.
Documentation
1
2
3
4
5
6
7
8
/// Contains the [canvas::Canvas] struct.
pub mod canvas;

/// Contains the [color::Color] struct.
pub mod color; // TODO: move to `qilin::types` ?

/// Contains the [sketch::Sketch] struct.
pub mod sketch;