another cpu temp lib

This commit is contained in:
2025-07-31 18:23:49 +02:00
parent e3498d8916
commit f26085d56b
2 changed files with 45 additions and 48 deletions

View File

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