mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-24 21:59:07 +03:00
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:
parent
907361df7b
commit
8ed007816c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue