yuzu/externals/vcpkg/ports/ftxui/vcpkg.json

19 lines
362 B
JSON
Executable File

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