From 29568a14b389049480591e67a116400d030e8db1 Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 30 Jan 2025 09:51:33 +0300 Subject: Provide an application icon --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 71b5b82..d4723d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,9 @@ edition = "2021" smart-summary = [] default = ["smart-summary"] +[build-dependencies] +relm4-icons-build = "0.10.0-beta.1" + [dependencies] adw = { version = "0.7.0", package = "libadwaita", features = ["v1_6"] } futures = "0.3.30" @@ -22,7 +25,7 @@ libsecret = { version = "0.7.0", features = ["v0_21_2"] } log = { version = "0.4.22", features = ["std"] } microformats = "0.9.1" relm4 = { version = "0.9.0", features = ["gnome_46", "adw", "css", "macros", "libadwaita"] } -relm4-icons = { version = "0.9.0", features = ["icon-development-kit"] } +relm4-icons = { version = "0.10.0-beta.1", features = ["icon-development-kit"] } serde = { version = "1.0.208", features = ["derive"] } serde_json = "1.0.125" serde_urlencoded = "0.7.1" -- cgit 1.4.1