mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:21:49 +08:00
20 lines
383 B
JSON
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
|
|
}
|
|
]
|
|
}
|