mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
6800713976
* [hikogui] update to version 0.7.0 * [hikogui] empty ttauri and fix deprecated port files. Make ttauri an empty dependency only port which imports hikogui. Update the hikogui portfile to use non-deprecated functions. * [ttauri] version update * Update ports/hikogui/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * remove port-version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|