From af342d8dc61ce57ee32df3df18241b981fb48976 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 23 Apr 2021 20:41:04 -0400 Subject: [PATCH] nalgebra --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5231d76..f53aea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,5 @@ serde_json = "1.0.64" failure = "0.1.8" parry2d = "0.4.0" log = "0.4.14" -env_logger = "0.8.3" \ No newline at end of file +env_logger = "0.8.3" +nalgebra = "0.26.1" \ No newline at end of file