[package] name = "tray-icon2" version = "0.13.1" edition = "2021" description = "Create tray icons for desktop applications" homepage = "https://github.com/waylyrics/tray-icon" repository = "https://github.com/waylyrics/tray-icon" license = "MIT OR Apache-2.0" categories = ["gui"] [features] default = [] serde = ["muda/serde", "dep:serde"] common-controls-v6 = ["muda/common-controls-v6"] [dependencies] muda = { version = "0.13", default-features = false } crossbeam-channel = "0.5" once_cell = "1" thiserror = "1.0" serde = { version = "1", optional = true } [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_SystemServices", "Win32_Graphics_Gdi", "Win32_UI_Shell", ] [target."cfg(target_os = \"macos\")".dependencies] cocoa = "0.25" objc = "0.2" core-graphics = "0.23" [target."cfg(target_os = \"macos\")".dev-dependencies] core-foundation = "0.9" [target."cfg(any(target_os = \"macos\"))".dependencies] png = "0.17" [dev-dependencies] winit = "0.29" tao = "0.27" image = "0.25" eframe = "0.27"