feat: smarter winapi-based console window handling

This commit is contained in:
2025-07-21 21:54:22 -05:00
parent a0f65b551c
commit f5ff90cb11
6 changed files with 50 additions and 1 deletions

View File

@@ -8,9 +8,10 @@ edition = "2021"
[dependencies]
lazy_static = "1.4.0"
spin_sleep = "1.1.1"
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_warn"]}
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_debug"]}
tracing-error = "0.2.0"
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
winapi = { version = "0.3", features = ["consoleapi", "fileapi", "handleapi", "processenv", "winbase", "wincon", "winnt", "winuser", "windef", "minwindef"] }
[dependencies.sdl2]
version = "0.38"