vcpkg/ports/hikogui/vcpkg.json
Kai Pastor 8397227251
[vulkan-sdk-components] Use separate port for the SDK (#35742)
* [vulkan-sdk] Separate port

* Update ci.baseline.txt

* [hikogui] Using glslc from shaderc

* [vulkan] Drop LICENSE.txt

* [vulkan-sdk-components] Avoid vulkan-sdk name

* [vulkan] Fixup copyright text
2023-12-29 00:21:45 -08:00

30 lines
585 B
JSON

{
"name": "hikogui",
"version": "0.8.1",
"port-version": 2,
"maintainers": "@takev",
"description": "A portable, low latency, retained-mode GUI framework written in C++.",
"homepage": "https://github.com/hikogui/hikogui",
"license": "BSL-1.0",
"supports": "windows & x64",
"dependencies": [
{
"name": "glslang",
"features": [
"tools"
]
},
"shaderc",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan",
"vulkan-memory-allocator"
]
}