summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2023-08-18 18:59:31 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2023-08-18 18:59:31 +0800
commit8d6280539137f38a9faf3cdd7ac7c51f4bc7a53a (patch)
treedbe8f8054d285ff06f9561f7f509e54d3f596e73
parent60c63af460a1f7f823d6445256d070cd6d873b1a (diff)
update to sauron 0.60
-rw-r--r--packages/svgbob/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/svgbob/Cargo.toml b/packages/svgbob/Cargo.toml
index 0b91aa0..d90c2ea 100644
--- a/packages/svgbob/Cargo.toml
+++ b/packages/svgbob/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "svgbob"
-version = "0.7.1"
+version = "0.7.2"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
documentation = "https://docs.rs/svgbob"
-keywords = ["ascii","plain","text", "svg", "bob"]
+keywords = ["ascii","plain","text", "diagram", "svg", "bob"]
license = "Apache-2.0"
edition = "2021"
@@ -13,8 +13,8 @@ edition = "2021"
nalgebra = "0.32.1"
parry2d = "0.13.5"
once_cell = "1.18.0"
-#sauron = { version = "0.59.0", default-features = false}
-sauron = { path = "../../../sauron", default-features = false, features = ["with-jss"]}
+sauron = { version = "0.60.0", default-features = false, features = ["with-jss"] }
+#sauron = { path = "../../../sauron", default-features = false, features = ["with-jss"]}
unicode-width = "0.1.9"
itertools = "0.11.0"
pom = { version = "3.2.0" }