From 95c83db203b60918273be429f6b05493f6310076 Mon Sep 17 00:00:00 2001 From: Francesco Magliocca Date: Wed, 4 Nov 2020 22:30:56 +0100 Subject: [PATCH] Lower minimum required versions of gtk glib and gdk, in order to accomodate older distros --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee4798f..69b976d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,12 +17,12 @@ im = { version = "*" } [dependencies.gtk] version = "0.9.2" -features = ["v3_24"] +features = ["v3_22"] [dependencies.gio] version = "" -features = ["v2_60"] +features = ["v2_56"] [dependencies.gdk] version = "" -features = ["v3_24"] +features = ["v3_22"]