From bcee68eb4e8f071d8e248c4cbb0709e5689cd521 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Wed, 10 Jun 2026 18:27:22 +0100 Subject: [PATCH] fix win build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d313f1..4c29750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } core-foundation = "0.10.1" [target."cfg(windows)".dependencies] -windows-sys = { version = "0.61.2", features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader"] } +windows-sys = { version = "0.61.2", features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_Graphics_Gdi"] } [target."cfg(unix)".dependencies] libc = "0.2.186"