From 30c390c9fbf1fd895424241e3fd9bb6abc873ec1 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sat, 9 Aug 2025 13:32:53 +0200 Subject: [PATCH] fixed linux gpu detection - bc unknown lib --- WatcherAgent/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WatcherAgent/Cargo.toml b/WatcherAgent/Cargo.toml index 8c46c74..e653915 100644 --- a/WatcherAgent/Cargo.toml +++ b/WatcherAgent/Cargo.toml @@ -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]