mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
8397227251
* [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
30 lines
585 B
JSON
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"
|
|
]
|
|
}
|