mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 13:39:01 +08:00
19 lines
365 B
JSON
19 lines
365 B
JSON
|
{
|
||
|
"name": "ftxui",
|
||
|
"version-date": "2021-06-17",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|