aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src_testbed/lib.rs')
-rw-r--r--src_testbed/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src_testbed/lib.rs b/src_testbed/lib.rs
index cb24d7e..36c9199 100644
--- a/src_testbed/lib.rs
+++ b/src_testbed/lib.rs
@@ -25,6 +25,7 @@ mod camera3d;
mod debug_render;
mod graphics;
pub mod harness;
+mod mouse;
pub mod objects;
pub mod physics;
#[cfg(all(feature = "dim3", feature = "other-backends"))]