summaryrefslogtreecommitdiffstats
path: root/packages/svgbob/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2022-01-23 20:43:52 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2022-01-23 20:43:52 +0800
commit2208804bd5e85d2c23a693cda2fb25304855130a (patch)
treefba75e9d2e29580a65be0111e1ea57fa387a09f1 /packages/svgbob/Cargo.toml
parent277f28b337a2d00a61cf342247060cf5fbf88d50 (diff)
refactor: move Settings to the top level of this crate
Diffstat (limited to 'packages/svgbob/Cargo.toml')
-rw-r--r--packages/svgbob/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/svgbob/Cargo.toml b/packages/svgbob/Cargo.toml
index a81790c..078afed 100644
--- a/packages/svgbob/Cargo.toml
+++ b/packages/svgbob/Cargo.toml
@@ -13,8 +13,8 @@ license = "Apache-2.0"
nalgebra = "0.29"
parry2d = "0.7"
lazy_static = "1.3.0"
-sauron = { version = "0.43.4", default-features = false}
-#sauron = { version = "0.43", default-features = false, path = "../../../sauron"}
+sauron = { version = "0.43.10", default-features = false}
+#sauron = { version = "0.43.10", default-features = false, path = "../../../sauron"}
unicode-width = "0.1.5"
itertools = "0.8.0"
pom = { version = "3.1.0" }