mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
0df74b7e63
* [ftxui] Update version to 5.0.0 * version * version * v db
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"name": "ftxui",
|
|
"version-semver": "5.0.0",
|
|
"description": "C++ Functional Terminal User Interface",
|
|
"homepage": "https://github.com/ArthurSonzogni/FTXUI",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|