vcpkg/ports/llgi/vcpkg.json
Park DongHa 98f2259316
[llgi] create a new port (#34147)
* [llgi] create a new port

* [llgi] update to latest

* [llgi] update baseline

* [llgi] create patch for cmake

* [llgi] split patch to pull request

* [llgi] update baseline

* [llgi] fix some details

* [llgi] fix vcpkg functions

* [llgi] update patch file

* [llgi] fix linux build

* Update ports/llgi/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/llgi/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/llgi/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* [llgi] update baseline

* [llgi] apply upstream change

* [llgi] remove working version

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-11-16 19:54:49 -08:00

36 lines
665 B
JSON

{
"name": "llgi",
"version-date": "2023-11-04",
"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"
]
}
}
}