From 3511be20a2f9adccf55366c96a9d3e23508f8d67 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Mon, 19 Jan 2026 09:44:37 +0100 Subject: Add adwaita --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85efae3..cfa6f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Rubén Beltrán del Río "] cairo-rs = "0.21.5" dirs = "5.0" gettext-rs = { version = "0.7", features = ["gettext-system"] } -relm4 = { version = "0.10.0", features = ["gnome_48"] } +relm4 = { version = "0.10.0", features = ["gnome_48", "libadwaita"] } relm4-components = "0.10.0" relm4-icons = "0.10.0" relm4-macros = "0.10.0" -- cgit