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,7 +1,5 @@
extern crate nalgebra as na;
use na::geometry::{Point2, Point3};
use na::*;
use nalgebra::geometry::{Point2, Point3};
use nalgebra::*;
use crate::util::Ray;