windows build fix

This commit is contained in:
Jorijn van der Graaf 2026-03-03 00:02:12 +01:00
commit afe23851f0

View file

@ -31,6 +31,16 @@
{ {
"name": "CRAFTER_GRAPHICS_VULKAN" "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": "CRAFTER_GRAPHICS_WINDOWS"
} }
] ],
},
{
"name":"deps-vk",
"dependencies": [ "dependencies": [
{ {
"path":"https://github.com/KhronosGroup/Vulkan-Headers.git", "path":"https://github.com/KhronosGroup/Vulkan-Headers.git",