Files
2026-06-14 19:09:18 +01:00

30 lines
597 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "ktx-software",
"features": {
"loadtests": {
"description": "OpenGL & Vulkan Load Tests.",
"dependencies": [
"assimp",
{
"name": "sdl3",
"default-features": true,
"features": [
"vulkan"
]
}
]
},
"glloadtests": {
"description": "OpenGL Load Tests.",
"dependencies": [
{
"name": "glew",
"platform": "windows"
}
]
}
}
}