From f33add200c219857bc9f11a46826a1adc158da5c Mon Sep 17 00:00:00 2001 From: snakedye <49378990+snakedye@users.noreply.github.com> Date: Sat, 22 May 2021 06:08:52 -0400 Subject: [PATCH] Bumping the gtk version (#164) * just enabling wayland * gtk: bumping the version number This is meant to improve the stability of the Wayland backend. * default to x11 Co-authored-by: Bryan Ndjeutcha --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df60452..e789d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ no-x11-wayland = [] version = "0.10.0" [dependencies] -gtk = { version = "0.9", features = [ "v3_16" ] } -gdk = { version = "", features = ["v3_16"] } +gtk = { version = "0.9", features = [ "v3_22" ] } +gdk = { version = "", features = ["v3_22"] } gio = { version = "", features = ["v2_44"] } glib = { version = "", features = ["v2_44"] }