mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +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>
14 lines
355 B
JSON
14 lines
355 B
JSON
{
|
|
"name": "ttauri",
|
|
"version": "0.5.0",
|
|
"port-version": 2,
|
|
"maintainers": "@takev",
|
|
"description": "A portable, low latency, retained-mode GUI framework written in C++. (renamed to hikogui)",
|
|
"homepage": "https://github.com/ttauri-project/ttauri",
|
|
"license": "BSL-1.0",
|
|
"supports": "windows & x64",
|
|
"dependencies": [
|
|
"hikogui"
|
|
]
|
|
}
|