From dea53e1b7ed7096d6db9485ea3a8bdeb04ad30a3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 24 Oct 2021 12:02:22 -0400 Subject: Bump dependencies --- src/soft.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soft.rs') diff --git a/src/soft.rs b/src/soft.rs index 3edaa10..694d0e7 100644 --- a/src/soft.rs +++ b/src/soft.rs @@ -4,8 +4,8 @@ use super::forest::{KdForest, VpForest}; use acap::distance::Proximity; use acap::kd::FlatKdTree; +use acap::knn::{NearestNeighbors, Neighborhood}; use acap::vp::FlatVpTree; -use acap::{NearestNeighbors, Neighborhood}; use std::iter; use std::iter::FromIterator; @@ -148,7 +148,7 @@ mod tests { use acap::coords::Coordinates; use acap::euclid::{euclidean_distance, Euclidean, EuclideanDistance}; - use acap::Neighbor; + use acap::knn::Neighbor; type Point = Euclidean<[f32; 3]>; -- cgit v1.2.3