This commit is contained in:
nora 2025-01-29 22:42:44 +01:00
parent d8c08d9359
commit 5dbb27d9d7
4 changed files with 122 additions and 97 deletions

View file

@ -9,4 +9,4 @@ bytemuck = { version = "1.21.0", features = ["derive"] }
memmap2 = "0.9.5"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.59.0", features = ["Win32_System_Memory", "Win32_Security"] }
windows = { version = "0.59.0", features = ["Win32_System_Memory", "Win32_Security", "Win32_System_SystemInformation"] }