From 9bc967ba2aef4f568d4489d37a4aefbb395f5e8d Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Mon, 2 Mar 2026 23:41:52 +0100 Subject: [PATCH] windows build fix --- project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.json b/project.json index 56b4e43..fe4e422 100644 --- a/project.json +++ b/project.json @@ -37,7 +37,7 @@ "name": "vulkan-windows", "implementations": ["implementations/Crafter.Graphics-VulkanDevice", "implementations/Crafter.Graphics-Window_vulkan_windows", "implementations/Crafter.Graphics-Mesh_vulkan", "implementations/Crafter.Graphics-RenderingElement3DVulkan"], "interfaces": [], - "libs": [], + "libs": ["kernel32", "user32"], "extends": ["base"], "defines": [ {