mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
98f2259316
* [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>
36 lines
665 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|