summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReizner Evgeniy <razrfalcon@gmail.com>2018-04-28 16:54:49 +0300
committerReizner Evgeniy <razrfalcon@gmail.com>2018-04-28 16:54:49 +0300
commitc641473eed64862a6372bf8d87a14a14f53191ac (patch)
treec305d828f17f3ed49acc6cf253026e2e94cd3ef4 /Cargo.toml
parent6890dcdf8c79b3f73bc153ad5e506c5c67102481 (diff)
usvg updated.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b58ec9..9ddc804 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,11 +27,10 @@ exclude = [
travis-ci = { repository = "RazrFalcon/resvg" }
[dependencies]
-euclid = "0.17"
failure = "0.1.1"
log = "0.4"
lyon_geom = "0.10"
-usvg = "0.1.1"
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "fd83724" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }
image = { version = "0.18", default-features = false, features = ["jpeg", "png_codec"], optional = true }