kaffee 0.2.0

Small 2D framework
Documentation
1
2
3
4
5
6
7
use glam::Vec2;

#[derive(Debug, Clone, Copy)]
pub struct Rect {
    pub min: Vec2,
    pub max: Vec2,
}