rhusics-ecs 0.1.0

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

mod resources;
mod systems;