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/polyline2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples2d/polyline2.rs') diff --git a/examples2d/polyline2.rs b/examples2d/polyline2.rs index 7405e24..9f5241c 100644 --- a/examples2d/polyline2.rs +++ b/examples2d/polyline2.rs @@ -1,4 +1,4 @@ -use na::ComplexField; +use rapier2d::na::ComplexField; use rapier2d::prelude::*; use rapier_testbed2d::Testbed; -- cgit