disconnect from proxy on game close

This commit is contained in:
SpikeHD
2022-05-16 22:55:29 -07:00
parent b55767b276
commit cbd0c77b9c
4 changed files with 150 additions and 5 deletions

View File

@@ -18,6 +18,9 @@ tauri-build = { version = "1.0.0-rc.8", features = [] }
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
# For process info
sysinfo = "0.23.12"
# ZIP-archive library.
zip-extract = "0.1.1"
zip = "0.6.2"