Support hide console window when running games on Windows

This commit is contained in:
2024-07-20 19:48:25 +08:00
parent 2f4ae442e1
commit fb662be70c
5 changed files with 48 additions and 0 deletions

View File

@@ -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"] }