rhusics 0.2.0

Physics library for use with `specs`
Documentation
1
2
3
4
5
6
7
8
9
//! Contains physics components, resources and systems for use with `specs`
pub use self::resources::*;
pub use self::systems::*;

pub mod prelude2d;
pub mod prelude3d;

mod resources;
mod systems;