diff options
author | Vika <vika@fireburn.ru> | 2024-08-25 21:30:54 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-08-25 21:30:54 +0300 |
commit | 18ceffed07f680f092ea9b07b002a1b18d37070f (patch) | |
tree | 826669213618b5c23e6aa1b53feb992261f78c0c /Cargo.toml | |
parent | b0730f9afe4213aa8a4d20bf56a56a27870a90bf (diff) | |
download | bowl-18ceffed07f680f092ea9b07b002a1b18d37070f.tar.zst |
Proper main menu icon
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1ef4990..79bae5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ 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-icons = { version = "0.9.0", features = ["icon-development-kit"] } serde_json = "1.0.125" serde_urlencoded = "0.7.1" soup3 = "0.7.0" |