diff options
Diffstat (limited to 'src_testbed/lib.rs')
| -rw-r--r-- | src_testbed/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src_testbed/lib.rs b/src_testbed/lib.rs index 0d1483e..0880419 100644 --- a/src_testbed/lib.rs +++ b/src_testbed/lib.rs @@ -1,9 +1,9 @@ #[macro_use] extern crate kiss3d; #[cfg(feature = "dim2")] -extern crate buckler2d as buckler; +extern crate eagl2d as eagl; #[cfg(feature = "dim3")] -extern crate buckler3d as buckler; +extern crate eagl3d as eagl; extern crate nalgebra as na; #[cfg(feature = "dim2")] extern crate ncollide2d as ncollide; |
