1
2
3
4
5
6
7
8
pub type NumType = f32;

pub mod point;
pub mod size;
pub mod mask;
pub mod rect;

pub mod prelude;