summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2022-09-24 01:30:52 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2022-09-24 01:30:52 +0800
commit367a750b173536d025ad607800c214afe765a856 (patch)
tree10b3bae03289c975269efe35d6c93dd1b65e2757
parent0cada86c73f51d993329f66b6364ac886e654a0d (diff)
use the published version of sauron
-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 2cc96cc..97d799d 100644
--- a/packages/svgbob/Cargo.toml
+++ b/packages/svgbob/Cargo.toml
@@ -13,8 +13,8 @@ edition = "2021"
nalgebra = "0.30.1"
parry2d = "0.8.0"
lazy_static = "1.3.0"
-#sauron = { version = "0.50", default-features = false}
-sauron = { path = "../../../sauron", default-features = false}
+sauron = { version = "0.51", default-features = false}
+#sauron = { path = "../../../sauron", default-features = false}
unicode-width = "0.1.9"
itertools = "0.10.3"
pom = { version = "3.2.0" }