summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReizner Evgeniy <razrfalcon@gmail.com>2018-05-06 21:38:54 +0300
committerReizner Evgeniy <razrfalcon@gmail.com>2018-05-06 21:38:54 +0300
commitc3356cdea295446e8481de1f0877604a224d9a34 (patch)
treef555c5eb8363e5c6f530263989b1074a78522e44 /Cargo.toml
parent7ece701ed9ae1b9b7abedaa15b7637f3c9bed23e (diff)
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 754de7f..7ea6f79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ travis-ci = { repository = "RazrFalcon/resvg" }
[dependencies]
log = "0.4"
lyon_geom = "0.10"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "81e3c87" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "ffaaae0" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }