summaryrefslogtreecommitdiffstats
path: root/packages/svgbob/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2023-03-11 21:17:19 +0100
committerAndreas Deininger <andreas@deininger.net>2023-03-11 21:34:08 +0100
commit85c384aaab02c20caa7dab5f7d484c3c3b2cf6bc (patch)
tree634f1eaf45a7c19433eb0dc11787616b27ba60cc /packages/svgbob/Cargo.toml
parentef729aa7c040b3ee57efafde9c7712346234dce0 (diff)
Fixing typos
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 7a5dc80..b86c81d 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.51", 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" }