summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-09-01 21:07:33 +0300
committerVika <vika@fireburn.ru>2024-09-04 19:51:50 +0300
commit6b2c31a96685fa6db3ba59a58011bb07004959e0 (patch)
treea0f48c8d872f0eb9a7555994ed8484f5f75d8ae5 /Cargo.toml
parente7722cab2f448319f2681d1ef00dfee1575d9706 (diff)
Remove libpanel dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"