aboutsummaryrefslogtreecommitdiff
path: root/examples2d/all_examples2.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-06-03 09:57:56 +0200
committerSébastien Crozet <sebastien@crozet.re>2021-06-03 10:21:18 +0200
commit59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d (patch)
treee501ffe29da4aa70dcfa1243331552670bb1951f /examples2d/all_examples2.rs
parentfdd370e51a90ff0fea82709185455b48e3841981 (diff)
downloadrapier-59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d.tar.gz
rapier-59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d.tar.bz2
rapier-59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d.zip
Add nalgebra to the prelude to make the macros work out of the box
Diffstat (limited to 'examples2d/all_examples2.rs')
-rw-r--r--examples2d/all_examples2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs
index 1b45eac..0aedcc2 100644
--- a/examples2d/all_examples2.rs
+++ b/examples2d/all_examples2.rs
@@ -1,7 +1,5 @@
#![allow(dead_code)]
-extern crate nalgebra as na;
-
#[cfg(target_arch = "wasm32")]
use wasm_bindgen::prelude::*;