From 785e945790515ebddb4f2bbd73165fc3c5ec740d Mon Sep 17 00:00:00 2001 From: bgkillas Date: Fri, 29 Aug 2025 20:20:44 -0400 Subject: [PATCH] fix windows build --- noita-proxy/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index facdf0b5..b933085a 100644 --- a/noita-proxy/Cargo.toml +++ b/noita-proxy/Cargo.toml @@ -56,7 +56,7 @@ directories = "6.0.0" #fundsp = {version = "0.20.0", default-features = false, features = ["std"]} [target.'cfg(windows)'.dependencies] -winapi="0.3.9" +winapi={version="0.3.9",features = ["wincon"]} [dev-dependencies] serial_test = "3.2.0" @@ -72,4 +72,4 @@ lto = true strip = true [profile.release-lto] -inherits = "release" +inherits = "release" \ No newline at end of file