From 59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Thu, 3 Jun 2021 09:57:56 +0200 Subject: Add nalgebra to the prelude to make the macros work out of the box --- examples2d/heightfield2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples2d/heightfield2.rs') diff --git a/examples2d/heightfield2.rs b/examples2d/heightfield2.rs index 6246c40..a965ad8 100644 --- a/examples2d/heightfield2.rs +++ b/examples2d/heightfield2.rs @@ -1,4 +1,4 @@ -use na::DVector; +use rapier2d::na::DVector; use rapier2d::prelude::*; use rapier_testbed2d::Testbed; -- cgit