From 23c9ac1455dcfb91b67ba9bf53b71c8899347c27 Mon Sep 17 00:00:00 2001 From: Yu-Wei Wu Date: Mon, 11 Oct 2021 15:36:41 +0800 Subject: [PATCH] Update tray dependency version --- .changes/linux-tray.md | 6 ++++++ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/linux-tray.md diff --git a/.changes/linux-tray.md b/.changes/linux-tray.md new file mode 100644 index 000000000..4db26df27 --- /dev/null +++ b/.changes/linux-tray.md @@ -0,0 +1,6 @@ +--- +"tao": patch +--- + +Update tray dependency version. + diff --git a/Cargo.toml b/Cargo.toml index 1719c4af2..4634e1ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ targets = [ [features] default = [ "tray" ] -tray = [ "tauri-libappindicator" ] +tray = [ "libappindicator" ] ayatana = [ "libayatana-appindicator" ] dox = [ "gtk/dox" ] @@ -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"