From 02b436ba36d221c68cd0497ea97a81f6dfc83b45 Mon Sep 17 00:00:00 2001 From: Anthony Tropeano Date: Sat, 18 Jul 2026 11:20:26 -0400 Subject: [PATCH] windows: enable winapi std for RawHandle interop --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b85a9c15..8ba4440b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,7 @@ features = [ "hidpi", "hidusage", "setupapi", + "std", ] [build-dependencies]