From 6b2c31a96685fa6db3ba59a58011bb07004959e0 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 1 Sep 2024 21:07:33 +0300 Subject: Remove libpanel dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 70802d0..5e7f526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ kittybox-util = { git = "https://git.vikanezrimaya.xyz/kittybox", version = "0.2 libsecret = { version = "0.5.0", features = ["v0_21_2"] } log = { version = "0.4.22", features = ["std"] } microformats = "0.9.1" -relm4 = { version = "0.9.0", features = ["all", "gnome_46", "libpanel"] } +relm4 = { version = "0.9.0", features = ["gnome_46", "adw", "css", "macros", "libadwaita"] } relm4-icons = { version = "0.9.0", features = ["icon-development-kit"] } serde_json = "1.0.125" serde_urlencoded = "0.7.1" -- cgit 1.4.1