From 955da8a7b54e981f45d918b7d4e5d52c696d87d9 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Wed, 18 Jun 2025 16:45:44 +0300 Subject: [PATCH] add gtk to defaults --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]