diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |
