summaryrefslogtreecommitdiffstats
path: root/svgbob/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-07-13 03:14:29 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-07-13 03:14:29 +0800
commitd4fe7977c78bbf6eb8a19b85d94d4b01161dafa0 (patch)
treef4266676c9d97bc9e2a8c39608c4ba1e3a8bfa76 /svgbob/Cargo.toml
parent039c74fefaab4c7226de57f258072fb6a5974722 (diff)
Use the parry2d in the crate imports
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"