mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
baf8db0dfe
Update ports/ftxui/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
19 lines
362 B
JSON
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
|
|
}
|
|
]
|
|
}
|