mirror of
https://github.com/hinto-janai/gupax.git
synced 2025-04-01 11:59:10 +00:00
cargo add trayicon
This commit is contained in:
parent
6f636ceaac
commit
4a8bd3bebd
2 changed files with 11 additions and 0 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -1988,6 +1988,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"toml 0.5.11",
|
||||
"tor-rtcompat",
|
||||
"trayicon",
|
||||
"walkdir",
|
||||
"winres",
|
||||
"zeroize",
|
||||
|
@ -5050,6 +5051,15 @@ dependencies = [
|
|||
"once_cell",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "trayicon"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c367fd7cdcdf19234aa104f7e03abe1be526018e4282af9f275bf436b9c9ad23"
|
||||
dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "try-lock"
|
||||
version = "0.2.4"
|
||||
|
|
|
@ -64,6 +64,7 @@ walkdir = "2.3.2"
|
|||
zeroize = "1.5.7"
|
||||
serde-xml-rs = "0.6.0"
|
||||
strsim = "0.10.0"
|
||||
trayicon = "0.1.3"
|
||||
|
||||
# Unix dependencies
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
|
|
Loading…
Reference in a new issue