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/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'examples2d/Cargo.toml') diff --git a/examples2d/Cargo.toml b/examples2d/Cargo.toml index f8a29bf..3c065fd 100644 --- a/examples2d/Cargo.toml +++ b/examples2d/Cargo.toml @@ -15,7 +15,6 @@ enhanced-determinism = [ "rapier2d/enhanced-determinism" ] [dependencies] rand = "0.8" Inflector = "0.11" -nalgebra = "0.27" lyon = "0.17" usvg = "0.14" -- cgit