summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReizner Evgeniy <razrfalcon@gmail.com>2018-04-29 21:43:23 +0300
committerReizner Evgeniy <razrfalcon@gmail.com>2018-04-29 21:43:23 +0300
commitdb744e8ba7c908e3bcd4f47b0e945db9026cd0a1 (patch)
tree3063e88f7e44bd98b344275974d121456842b39b /Cargo.toml
parentc641473eed64862a6372bf8d87a14a14f53191ac (diff)
Use local charts.
usvg updated.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ddc804..c73fcab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ travis-ci = { repository = "RazrFalcon/resvg" }
failure = "0.1.1"
log = "0.4"
lyon_geom = "0.10"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "fd83724" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "1d16d2d" }
# 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 }