summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-12-08 18:36:44 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-12-08 19:01:30 +0200
commit5f94d7a9b426db0b180a10677f1c588cafa72349 (patch)
tree8ed0436bb591311b4f078733eba4234b68cdc8f1 /Cargo.toml
parente08ad1665020c555cb3b4fba5a3cc9c0c3e9d980 (diff)
Added MSVC support.
New build docs. Closes #72, Closes #75
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 38cf16f..a8aa116 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,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 = "6e616b4", optional = true }
+resvg-qt = { git = "https://github.com/RazrFalcon/resvg-qt", rev = "0fde4c9", optional = true }
#resvg-qt = { path = "../resvg-qt", optional = true }
[features]