summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-06-08 21:45:28 +0300
committerRazrFalcon <razrfalcon@gmail.com>2018-06-08 21:45:28 +0300
commitcc0dcb697c17888a05b1e4ded11ef6f13a333daf (patch)
tree15581d88302064bdc2d01c51f8a1a0261d6f3184 /Cargo.toml
parent8e1a14f54b3e154d434dcf78f92b3a05562fb176 (diff)
(c-api) Qt wrapper refactoring.
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 b2a4dad..9d754b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ pangocairo = { version = "0.5", optional = true }
# qt backend
#resvg-qt = { version = "0.3", optional = true }
#resvg-qt = { path = "../resvg-qt", optional = true }
-resvg-qt = { git = "https://github.com/RazrFalcon/resvg-qt", rev = "716fe9e", optional = true }
+resvg-qt = { git = "https://github.com/RazrFalcon/resvg-qt", rev = "fd0ed4f", optional = true }
unicode-segmentation = "1.2.1"
[features]