From 0ffcd704b3bc28d6dd8242e6eb0362a670218fbe Mon Sep 17 00:00:00 2001 From: iamdoubz <> Date: Thu, 2 Jul 2026 15:55:00 -0500 Subject: [PATCH] build(hardware): enable SetupAPI feature for NPU detection (T3.4) --- src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 032eb08..94796a8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -55,6 +55,7 @@ docx-rs = "0.4" windows = { version = "0.58", features = [ "Win32_Media_Audio", # WASAPI (Phase 1) "Win32_Graphics_Dxgi", # GPU enumeration (Phase 3) + "Win32_Devices_DeviceAndDriverInstallation", # SetupAPI: NPU detection (Phase 3, T3.4) "Win32_System_Com", "Win32_UI_Shell", # SetCurrentProcessExplicitAppUserModelID (Phase 8, T8.6) "UI_Notifications", # scheduled toast reminders (Phase 8, T8.6, FR-CAL-5) — the