summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-11-07 15:16:00 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-11-07 15:16:00 +0200
commitf64450a310d135ef01d2b1f26a2b6040365b8b96 (patch)
treebe83be8e2746b81b7af87dea06af9aa011f75991 /Cargo.toml
parent128e38b71ada31bed2753117874978965571f034 (diff)
Added nested 'clipPath' support.
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 7463357..d7e5f45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ travis-ci = { repository = "RazrFalcon/resvg" }
[dependencies]
log = "0.4.5"
#usvg = "0.2"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "82e83bb" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "9b7699a" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.5", features = ["png"], optional = true }