zeek/auxil/vcpkg/ports/llgi/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

37 lines
686 B
JSON

{
"name": "llgi",
"version-date": "2023-12-19",
"port-version": 1,
"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"
]
}
}
}