fixed typo in feature impl-nalgebra import
This commit is contained in:
parent
40ddb05797
commit
204b22aa0b
@ -105,7 +105,7 @@
|
||||
|
||||
#[cfg(feature = "impl-cgmath")] use cgmath::{InnerSpace, Quaternion, Vector2, Vector3, Vector4};
|
||||
|
||||
#[cfg(feature = "impl-nalgera")] use nalgera::{Point, Vector};
|
||||
#[cfg(feature = "impl-nalgebra")] use nalgera::{Point, Vector};
|
||||
|
||||
#[cfg(feature = "std")] use std::cmp::Ordering;
|
||||
#[cfg(feature = "std")] use std::f32::consts;
|
||||
|
Loading…
Reference in New Issue
Block a user