style: stop renaming external crate

This commit is contained in:
Kiana Sheibani 2024-10-15 14:17:55 -04:00
parent f33ee09b9d
commit 878f7c9ebb
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
9 changed files with 13 additions and 31 deletions

View file

@ -1,9 +1,7 @@
extern crate nalgebra as na;
use std::cmp::Ordering;
use na::geometry::Point3;
use na::*;
use nalgebra::geometry::Point3;
use nalgebra::*;
use super::{bound::*, Surface};
use crate::util::*;