1
2
3
4
5
6
7
#![crate_name = "box2d"]
#![crate_type = "lib"]

pub mod math;
pub mod world;
pub mod body;
pub mod shape;