summaryrefslogtreecommitdiffstats
path: root/svgbob/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/util.rs')
-rw-r--r--svgbob/src/util.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgbob/src/util.rs b/svgbob/src/util.rs
index 499bf9f..226cfbf 100644
--- a/svgbob/src/util.rs
+++ b/svgbob/src/util.rs
@@ -1,6 +1,6 @@
use crate::Point;
-use ncollide2d::shape::Triangle;
-use ncollide2d::{bounding_volume::AABB, math::Isometry, query::PointQuery};
+use parry2d::shape::Triangle;
+use parry2d::{bounding_volume::AABB, math::Isometry, query::PointQuery};
use std::cmp::Ordering;
pub fn opt_ord(f1: Option<f32>, f2: Option<f32>) -> Ordering {