From 65b2a756c5afee9aab41c1cca146b8aae4681c18 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Mon, 25 May 2026 21:07:34 -0400 Subject: [PATCH] Enable winapi windef feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 556a5db..4c4a4ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ sha2 = "0.10.8" uuid = { version = "1", features = ["v7"] } [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3", features = ["winuser", "processthreadsapi"] } +winapi = { version = "0.3", features = ["winuser", "processthreadsapi", "windef"] }