integrated Component temperature + Disks from sysinfo

This commit is contained in:
2025-07-31 21:26:15 +02:00
parent 0de7eb98bf
commit e1eb1fc8b7
2 changed files with 14 additions and 65 deletions

View File

@@ -18,7 +18,7 @@ chrono = "0.4"
nvml-wrapper = "0.10"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winuser", "pdh"] }
winapi = { version = "0.3", features = ["winuser", "pdh", "ifmib", "iphlpapi", "winerror"] }
[target.'cfg(unix)'.dependencies]
glob = "0.3"