From a0007956f1c307514f7f7d426d309e3d36b9158e Mon Sep 17 00:00:00 2001 From: mitchellhansen Date: Sat, 24 Feb 2024 20:50:28 -0800 Subject: [PATCH] fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 3932c62..0077a47 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -31,7 +31,7 @@ use fj_interop::mesh::Mesh as FjMesh; use fj_math::{Aabb, Point, Scalar, Vector}; use std::ops::Deref; use bevy::math::Vec3; -use fj_core::geometry::curve::GlobalPath; +use fj_core::geometry::GlobalPath; use rand::Rng; trait ToVec3 {