aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/lib.rs
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-04-28 13:19:58 +0200
committerSébastien Crozet <developer@crozet.re>2022-04-28 13:19:58 +0200
commit5063fa420392455f7926f1ba3e65612f79a0b066 (patch)
tree6efb5ee5b045521f9c4ffe605ac2dcfb593ba1ff /src_testbed/lib.rs
parent8ffb0d1658d448074f5ca2b77aee33f755761e24 (diff)
downloadrapier-5063fa420392455f7926f1ba3e65612f79a0b066.tar.gz
rapier-5063fa420392455f7926f1ba3e65612f79a0b066.tar.bz2
rapier-5063fa420392455f7926f1ba3e65612f79a0b066.zip
Testbed: switch to bevy 0.7
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"))]