summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-11-04 23:33:04 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-11-04 23:33:04 +0200
commitfa54852cb74813ea683ff2f15482216a9fcbae64 (patch)
tree53c71794290a2e1123f20e199cda5bc0efd14af7 /Cargo.toml
parent0973b3b0e056c14254c2b908a1fce454ef559e55 (diff)
parentfc4a3a0810284687d36d104607617d540c94bb5f (diff)
Merge branch 'master' of github.com:RazrFalcon/resvg
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6797ced..c4a51e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,10 +33,10 @@ log = "0.4.5"
usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "405ad77" }
#usvg = { path = "../usvg" }
# cairo backend
-cairo-rs = { version = "0.4.1", features = ["png"], optional = true }
-gdk-pixbuf = { version = "0.4", optional = true }
-pango = { version = "0.4", optional = true }
-pangocairo = { version = "0.5", optional = true }
+cairo-rs = { version = "0.5", features = ["png"], optional = true }
+gdk-pixbuf = { version = "0.5", optional = true }
+pango = { version = "0.5", optional = true }
+pangocairo = { version = "0.6", optional = true }
# qt backend
#resvg-qt = { version = "0.3", optional = true }
#resvg-qt = { path = "../resvg-qt", optional = true }