moving imports trough die gegend

This commit is contained in:
2025-08-02 00:17:59 +02:00
parent 63834df2bd
commit 1a09358aa3
2 changed files with 137 additions and 99 deletions

View File

@@ -19,8 +19,10 @@ nvml-wrapper = "0.10"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "pdh", "ifmib", "iphlpapi", "winerror"] }
winapi = { version = "0.3", features = ["winuser", "pdh", "ifmib", "iphlpapi", "winerror" ,"wbemcli", "combaseapi"] }
systemstat = "0.2.5"
com = "0.2"
widestring = "0.5"
[target.'cfg(unix)'.dependencies]
glob = "0.3"