summaryrefslogtreecommitdiffstats
path: root/svgbob/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/Cargo.toml')
-rw-r--r--svgbob/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index d4da08e..3ad6f7b 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -11,7 +11,7 @@ license = "Apache-2.0"
[dependencies]
nalgebra = "0.28"
-ncollide2d = { version = "0.6", package = "parry2d"}
+parry2d = "0.6"
lazy_static = "1.3.0"
sauron = { version = "0.34" }
unicode-width = "0.1.5"