summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-05-29 10:52:06 +0300
committerRazrFalcon <razrfalcon@gmail.com>2018-05-29 10:52:06 +0300
commit3f68b62ecca16e0827807a91d6f84f1c2e6481ef (patch)
treed9e15a98c8edd0033c82c10b3ba23241ec25bed0 /Cargo.toml
parentcada9320fb3f9d81c825504b56e946f28877f0f0 (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 edc0bc5..d0792cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ travis-ci = { repository = "RazrFalcon/resvg" }
[dependencies]
log = "0.4"
#usvg = "0.2"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "7469f3e" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "0bf3308" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }