From 8e9cde2f9785b984ce176b036459ecdc257370f4 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 14 Sep 2023 18:22:20 +0200 Subject: [PATCH] feat: enable libadwaita by default (closes #28) (closes #29) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf47f84..2a355b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.0" edition = "2021" [dependencies] -relm4 = "0.6.0" +relm4 = { version = "0.6.0", features = ["libadwaita"] } relm4-components = { version = "0.6.0", features = ["web"] } reqwest = { version = "0.11", features = ["json", "blocking", "multipart"] } serde = { version = "1.0", features = ["derive"] }