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
@@ -1,7 +1,5 @@
|
||||
#![allow(dead_code)]
|
||||
|
||||
extern crate nalgebra as na;
|
||||
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user