summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-05-29 13:52:14 +0300
committerRazrFalcon <razrfalcon@gmail.com>2018-05-29 13:52:14 +0300
commit744f60f8278455e8d7ec78bc602ec7c2c0d43c59 (patch)
tree7bfeeaa4142f80004cba9e1bb8c7c1b56e7340c1 /Cargo.toml
parentc0fcac4258c0c6c4ffb96d828c2871a3805d116b (diff)
Refactoring.
(cairo-backend) Fixed text layout.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d0792cd..9f0a0c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,8 +37,9 @@ gdk-pixbuf = { version = "0.4", optional = true }
pango = { version = "0.4", optional = true }
pangocairo = { version = "0.5", optional = true }
# qt backend
-resvg-qt = { version = "0.3", optional = true }
-#resvg-qt = { git = "https://github.com/RazrFalcon/resvg-qt", rev = "49a0727", optional = true }
+#resvg-qt = { version = "0.3", optional = true }
+#resvg-qt = { path = "../resvg-qt", optional = true }
+resvg-qt = { git = "https://github.com/RazrFalcon/resvg-qt", rev = "c04ffe1", optional = true }
unicode-segmentation = "1.2.1"
[features]