hate 0.1.0

Häte2d (Hate2d) is a simple 2d game engine
Documentation
1
2
3
4
5
6
7
use geom::Point;

#[derive(Clone, Debug)]
pub enum Event {
    Click { pos: Point },
    Resize { aspect_ratio: f32 },
}