summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-11-04 23:28:09 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-11-04 23:28:09 +0200
commit0973b3b0e056c14254c2b908a1fce454ef559e55 (patch)
tree4e0b9d48d79040b552dc09f9d5302b2fcc5d8bb2 /Cargo.toml
parentb35e1d514d0c585a0b9ef1b4d71e68b97507600f (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 bddcddc..6797ced 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 = "043d974" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "405ad77" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }