Add tray controls and clean up child processes
Build Windows Portable Package / portable (release) Successful in 12m13s
Build Windows Portable Package / portable (release) Successful in 12m13s
This commit is contained in:
@@ -9,11 +9,17 @@ edition = "2021"
|
||||
name = "super_n2n_lib"
|
||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
|
||||
[[bin]]
|
||||
name = "super-n2n"
|
||||
path = "src/main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "2", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2", features = [] }
|
||||
tauri = { version = "2", features = ["tray-icon"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user