Skip to content
Snippets Groups Projects
Unverified Commit 1ea07c45 authored by GyDi's avatar GyDi
Browse files

chore: test linux

parent 591add6e
No related branches found
No related tags found
No related merge requests found
...@@ -1931,6 +1931,18 @@ version = "1.4.0" ...@@ -1931,6 +1931,18 @@ version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libayatana-appindicator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0379d22a323947cb27b4dbe3b14fc1dcde07c9e9c3eca52ddf97ca0819c28cc4"
dependencies = [
"glib",
"gtk",
"gtk-sys",
"log",
]
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.125" version = "0.2.125"
...@@ -3695,6 +3707,7 @@ dependencies = [ ...@@ -3695,6 +3707,7 @@ dependencies = [
"gtk", "gtk",
"instant", "instant",
"lazy_static", "lazy_static",
"libayatana-appindicator",
"libc", "libc",
"log", "log",
"ndk", "ndk",
......
...@@ -44,7 +44,7 @@ windows-sys = "0.36" ...@@ -44,7 +44,7 @@ windows-sys = "0.36"
winreg = { version = "0.10", features = ["transactions"] } winreg = { version = "0.10", features = ["transactions"] }
[features] [features]
default = ["custom-protocol"] default = ["custom-protocol", "tauri/ayatana-tray"]
custom-protocol = ["tauri/custom-protocol"] custom-protocol = ["tauri/custom-protocol"]
verge-dev = [] verge-dev = []
debug-yml = [] debug-yml = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment