summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-11-07 20:03:06 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-11-07 20:03:06 +0200
commitf5c28ec82fe7d762ac4538808da4cc7862b61248 (patch)
tree413cfef37075def5813328960be9dfd9eb29162a /Cargo.toml
parent244f30fec7c1233e063616fc436b8125c074029e (diff)
(cairo-backend) Fixed rendering of a zero length subpath with a square cap.
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 d7e5f45..c168090 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 = "9b7699a" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "f0890e5" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.5", features = ["png"], optional = true }