vcpkg/ports/ftxui/vcpkg.json
Arthur Sonzogni baf8db0dfe
[ftxui] update to 4.0.0 (#29616)
Update ports/ftxui/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-02-21 08:04:38 -08:00

19 lines
362 B
JSON

{
"name": "ftxui",
"version-semver": "4.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
}
]
}