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 881e05d..ed7294d 100644
--- a/src_testbed/lib.rs
+++ b/src_testbed/lib.rs
@@ -22,6 +22,7 @@ mod camera3d;
mod debug_render;
mod graphics;
pub mod harness;
+mod lines;
pub mod objects;
pub mod physics;
#[cfg(all(feature = "dim3", feature = "other-backends"))]