Add nalgebra to the prelude to make the macros work out of the box
This commit is contained in:
committed by
Sébastien Crozet
parent
fdd370e51a
commit
59e5d8e7f9
@@ -157,4 +157,5 @@ pub mod prelude {
|
||||
pub use crate::math::*;
|
||||
pub use crate::pipeline::*;
|
||||
pub use na::{point, vector, DMatrix, DVector};
|
||||
pub extern crate nalgebra;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user