summaryrefslogtreecommitdiffstats
path: root/svgbob/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-07-12 17:03:10 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-07-12 17:03:10 +0800
commite7317b90e70eea6601cfb03b98d891755a27e5a1 (patch)
treeefaa1937e864a6dcdad2955ca97f32c227a3fe37 /svgbob/Cargo.toml
parentf662289512e4e3f4e5dc3ec843b54c4039aa22e3 (diff)
Update to the lastest version of nalgebra and ncollide2d
Diffstat (limited to 'svgbob/Cargo.toml')
-rw-r--r--svgbob/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index dfdd130..917b9d4 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -10,8 +10,8 @@ keywords = ["ascii","plain","text", "svg", "bob"]
license = "Apache-2.0"
[dependencies]
-nalgebra = "0.18.0"
-ncollide2d = "0.19.1"
+nalgebra = "0.28"
+ncollide2d = "0.31"
lazy_static = "1.3.0"
sauron = { version = "0.34" }
unicode-width = "0.1.5"