feat: support ico format for tray icon (#911)

This commit is contained in:
MystiPanda
2024-04-22 20:43:15 +08:00
committed by GitHub
parent 2074da05c8
commit e014fdf3da
7 changed files with 79 additions and 25 deletions

13
src-tauri/Cargo.lock generated
View File

@@ -2411,6 +2411,16 @@ dependencies = [
"cc",
]
[[package]]
name = "ico"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd"
dependencies = [
"byteorder",
"png",
]
[[package]]
name = "ico"
version = "0.3.0"
@@ -5248,6 +5258,7 @@ dependencies = [
"gtk",
"heck 0.4.1",
"http 0.2.11",
"ico 0.2.0",
"ignore",
"indexmap 1.9.3",
"infer 0.9.0",
@@ -5316,7 +5327,7 @@ checksum = "a1554c5857f65dbc377cefb6b97c8ac77b1cb2a90d30d3448114d5d6b48a77fc"
dependencies = [
"base64 0.21.7",
"brotli",
"ico",
"ico 0.3.0",
"json-patch",
"plist",
"png",