wip: winapi core

This commit is contained in:
Xory 2025-12-01 20:44:11 +02:00
parent 7304b33b7c
commit a521782a37
6 changed files with 638 additions and 73 deletions

View file

@ -14,11 +14,18 @@ windows = { version = "0.57", features = [ # note to future self: DO NOT UPGRADE
"Win32_Foundation",
"Win32_System_Com",
"Win32_System_Com_Marshal",
"Win32_System_Threading"
"Win32_System_Threading",
"Win32_System_Environment",
"Win32_Security",
"Win32_System_RemoteDesktop",
"Win32_UI_Shell",
"Win32_System_Memory",
]}
anyhow = "1.0.100"
futures-util = "0.3.31"
ntapi = "0.4.1"
[build-dependencies]
dotenv = "0.15.0"
winresource = "0.1"
ntapi = "0.4.1"