summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-12-06 20:52:21 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-12-06 20:52:21 +0200
commitf8db22099646c351ac7ff4dff4c34e2a13ad9370 (patch)
treee5b61338f14d5aa97301dfebc030e02a7797b912 /Cargo.toml
parentd3c3aa9732c52998a9706baff53b89d84869e690 (diff)
(qt-backend) Fixed transform retrieving via Qt bindings.
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 a09217d..6cdb2cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ pangocairo = { version = "0.6", optional = true }
# qt backend
#resvg-qt = { version = "0.3", optional = true }
-resvg-qt = { git = "https://github.com/RazrFalcon/resvg-qt", rev = "2629e0b", optional = true }
+resvg-qt = { git = "https://github.com/RazrFalcon/resvg-qt", rev = "6e616b4", optional = true }
#resvg-qt = { path = "../resvg-qt", optional = true }
[features]