vcpkg/ports/ftxui/vcpkg.json
2023-02-09 12:53:19 -08:00

20 lines
383 B
JSON

{
"name": "ftxui",
"version-semver": "3.0.0",
"port-version": 1,
"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
}
]
}