rhusics-ecs 0.1.0

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

mod systems;