vcpkg/ports/ftxui/vcpkg.json
Frank 0df74b7e63
[ftxui] Update version to 5.0.0 (#33423)
* [ftxui] Update version to 5.0.0

* version

* version

* v db
2023-08-29 11:19:17 -07:00

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
}
]
}