From afe23851f04475b398075b9b44700f63277cb74b Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Tue, 3 Mar 2026 00:02:12 +0100 Subject: [PATCH] windows build fix --- project.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/project.json b/project.json index 0294e62..eb93cb0 100644 --- a/project.json +++ b/project.json @@ -31,6 +31,16 @@ { "name": "CRAFTER_GRAPHICS_VULKAN" } + ], + "dependencies": [ + { + "path":"https://github.com/KhronosGroup/Vulkan-Headers.git", + "type":"include" + }, + { + "path":"https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git", + "type":"include" + } ] }, { @@ -46,10 +56,7 @@ { "name": "CRAFTER_GRAPHICS_WINDOWS" } - ] - }, - { - "name":"deps-vk", + ], "dependencies": [ { "path":"https://github.com/KhronosGroup/Vulkan-Headers.git",