From 5d9db95bd60a29752db8ec6f92e3705c73ce117c Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Tue, 8 Sep 2020 11:57:09 +0800 Subject: update to latest sauron version sauron forgot to expose svg module --- Cargo.toml | 4 ++++ svgbob/Cargo.toml | 4 ++-- 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 "] 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" } -- cgit v1.2.3