feat: update dependencies and refactor macOS icon handling

This commit is contained in:
2026-07-31 17:07:25 -05:00
parent 62a3526f33
commit 075a051f74
12 changed files with 124 additions and 49 deletions
+3 -1
View File
@@ -25,4 +25,6 @@ base64 = "0.22"
url = { workspace = true }
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.26"
objc2 = "0.6"
objc2-app-kit = "0.3"
objc2-foundation = "0.3"