summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-09-08 11:57:09 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-09-08 11:57:09 +0800
commit5d9db95bd60a29752db8ec6f92e3705c73ce117c (patch)
tree99b551cf073808875ab7f48f14502e74b22fece6
parent9c465c3f32598be053a9d25d292d595191e1c346 (diff)
update to latest sauron version
sauron forgot to expose svg module
-rw-r--r--Cargo.toml4
-rw-r--r--svgbob/Cargo.toml4
2 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 59e188d..6a213ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,3 +3,7 @@ members = [
"svgbob",
"svgbob_cli",
]
+
+[path.crates-io]
+sauron = { path = "../sauron" }
+#mt-dom = { path = "../mt-dom" }
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index 6fe3e82..5353cc9 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "svgbob"
-version = "0.5.0-alpha.5"
+version = "0.5.0-alpha.6"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
edition = "2018"
description = "Transform your ascii diagrams into happy little SVG"
@@ -13,7 +13,7 @@ license = "Apache-2.0"
nalgebra = "0.18.0"
ncollide2d = "0.19.1"
lazy_static = "1.3.0"
-sauron = { version = "0.31", default-features = false }
+sauron = { version = "0.31", default-features = false, path = "../../sauron" }
unicode-width = "0.1.5"
itertools = "0.8.0"
pom = { version = "3.1.0" }