vcpkg/ports/llgi/vcpkg.json
2023-12-19 15:02:02 -08:00

36 lines
665 B
JSON

{
"name": "llgi",
"version-date": "2023-12-19",
"homepage": "https://github.com/altseed/LLGI",
"license": null,
"supports": "!(uwp | android)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tool": {
"description": "Build ShaderTranspiler",
"dependencies": [
"glslang",
"spirv-cross"
]
},
"vulkan": {
"description": "Build vulkan modules",
"supports": "windows | linux",
"dependencies": [
"glslang",
"spirv-cross",
"vulkan"
]
}
}
}