diff --git a/Cargo.toml b/Cargo.toml index a386de7..98f5d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]