Skip to content

Commit

Permalink
Update tray dependency version (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngo Iok Ui (Wu Yu Wei) authored Oct 11, 2021
1 parent a6798b3 commit 2fa1331
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/linux-tray.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tao": patch
---

Update tray dependency version.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ targets = [

[features]
default = [ "tray" ]
tray = [ "tauri-libappindicator" ]
tray = [ "libappindicator" ]
ayatana = [ "libayatana-appindicator" ]
dox = [ "gtk/dox" ]

Expand Down Expand Up @@ -84,5 +84,5 @@ gdk = { version = "0.14", features = [ "v3_22" ] }
gdk-sys = "0.14"
gdk-pixbuf = { version = "0.14", features = [ "v2_36_8" ] }
libayatana-appindicator = { version = "0.1.6", optional = true }
tauri-libappindicator = { version = "0.1.2", optional = true }
libappindicator = { version = "0.6", optional = true }
x11-dl = "2.18"

0 comments on commit 2fa1331

Please sign in to comment.