summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-12-15 22:14:49 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-12-15 22:14:49 +0200
commit898df135834d758d84ee7232b7068b954b2a3478 (patch)
treebdfd59d1c1b981cfc4a57d41795e68869cb14d11 /Cargo.toml
parent48c60a9fec4eea264e1cc0117bcc3ad2663a33fc (diff)
usvg updated.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f55efe6..d1f6f15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,8 +30,7 @@ travis-ci = { repository = "RazrFalcon/resvg" }
[dependencies]
log = "0.4.5"
rgb = "0.8.9"
-#usvg = "0.4"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "ba0c563" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "066d3cd" }
#usvg = { path = "../usvg" }
unicode-segmentation = "1.2.1"