Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
4JX committed Nov 4, 2024
1 parent 7d7092d commit b2a1cd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ open = "5.3.0"
error-stack = "0.5.0"
winapi = { version = "0.3.9", features = ["consoleapi", "wincon"] }

# Tray icon
[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies]
tray-icon = { version = "0.19.1", default-features = false }

[target.'cfg(target_os = "linux")'.dependencies]
tray-icon = "0.19.1"
gtk = "0.18.1"

Expand Down

0 comments on commit b2a1cd1

Please sign in to comment.