make harness a public mod, make harness.state public
This commit is contained in:
rezural
2020-12-20 00:19:21 +11:00
parent d7cd20d3e4
commit 88bddce954
2 changed files with 206 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ pub use crate::testbed::Testbed;
#[cfg(all(feature = "dim2", feature = "other-backends"))]
mod box2d_backend;
mod engine;
pub mod harness;
#[cfg(feature = "other-backends")]
mod nphysics_backend;
pub mod objects;