vcpkg/ports/hikogui/vcpkg.json

22 lines
467 B
JSON
Raw Normal View History

{
"name": "hikogui",
"version": "0.7.0",
"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": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan",
"vulkan-memory-allocator"
]
}