Added app icon

This commit is contained in:
Ultradesu
2026-08-12 01:56:21 +01:00
parent 423ea59371
commit e26159f85f
7 changed files with 61 additions and 0 deletions
+7
View File
@@ -49,6 +49,13 @@ rodio = { version = "0.22.2", default-features = false, features = [
] }
souvlaki = { version = "0.8.3", default-features = false, features = ["use_zbus"] }
core-foundation = "0.10.1"
objc2 = "0.6.4"
objc2-app-kit = { version = "0.3.2", default-features = false, features = [
"NSApplication",
"NSImage",
"NSResponder",
] }
objc2-foundation = { version = "0.3.2", default-features = false, features = ["NSData"] }
windows-sys = { version = "0.61.2", features = ["Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging"] }
furumi-application = { path = "crates/application" }