windows build fix
This commit is contained in:
parent
aa77962934
commit
afe23851f0
1 changed files with 11 additions and 4 deletions
15
project.json
15
project.json
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue