mirror of
https://github.com/lifegpc/game-auto-sync.git
synced 2026-06-06 05:48:58 +08:00
Support hide console window when running games on Windows
This commit is contained in:
@@ -8,3 +8,6 @@ derive_more = "0.99.18"
|
||||
getopts = "0.2.21"
|
||||
subprocess = "0.2.9"
|
||||
yaml-rust = "0.4.5"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3", features = ["wincon", "winuser"] }
|
||||
|
||||
Reference in New Issue
Block a user