rhusics-ecs 0.7.0

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

mod resources;
mod setup;
mod systems;