summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-12-07 19:09:38 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-12-07 19:09:38 +0200
commitf869da1444d7b811ed04c7063d724204f34c59c9 (patch)
tree2a0ff607ad3a7a1a23c6128c0b0206a3ff8f4f87 /Cargo.toml
parent26e3bed5e263853d311743e6e635b79e9c59171c (diff)
(usvg) Support 'mask' attribute on 'mask' element.
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 86d03f8..38cf16f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ log = "0.4.5"
palette = { version = "0.4.1", default-features = false }
rgb = "0.8.9"
#usvg = "0.2"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "99bfc15" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "5bb30d9" }
#usvg = { path = "../usvg" }
unicode-segmentation = "1.2.1"