From 8ed007816c010c9f1685d86d8ee9e9fb9f3c65bf Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 22 Mar 2023 20:47:46 +0200 Subject: [PATCH] build: changed required `gtk` version to `4.8` People say that 4.10 may be really annoying to use on lots of distros right now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99987fb..61c8e2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ glib-build-tools = "0.17" [dependencies] relm4 = { version = "0.6.0-alpha.2", features = ["macros", "libadwaita"] } -gtk = { package = "gtk4", version = "0.6", features = ["v4_10"] } +gtk = { package = "gtk4", version = "0.6", features = ["v4_8"] } adw = { package = "libadwaita", version = "0.3", features = ["v1_2"] } rfd = { version = "0.11", features = ["xdg-portal"], default-features = false } open = "4.0.0"