add gtk to defaults

This commit is contained in:
MeexReay 2025-06-18 16:45:44 +03:00
parent 7ba01992a8
commit 955da8a7b5

View File

@ -26,7 +26,7 @@ tungstenite = "0.27.0"
winresource = { version = "0.1.20", optional = true }
[features]
default = []
default = ["gtk"]
gtk = ["dep:gtk4"]
libnotify = ["dep:libnotify", "dep:gdk-pixbuf"]
notify-rust = ["dep:notify-rust"]