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
This commit is contained in:
Observer KRypt0n_ 2023-03-22 20:47:46 +02:00
parent 907361df7b
commit 8ed007816c
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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"