fixed linux gpu detection - bc unknown lib

This commit is contained in:
2025-08-09 13:32:53 +02:00
parent 868941a065
commit 30c390c9fb

View File

@@ -15,7 +15,8 @@ reqwest = { version = "0.11", default-features = false, features = ["json", "blo
sysinfo = "0.36.1"
metrics = "0.24.2"
chrono = "0.4"
nvml-wrapper = "0.10"
nvml-wrapper = "0.11"
nvml-wrapper-sys = "0.9.0"
anyhow = "1.0.98"
[target.'cfg(windows)'.dependencies]