vcpkg/ports/ftxui/vcpkg.json
2023-05-30 11:37:45 -07:00

19 lines
362 B
JSON

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