mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
0573bcaad9
- Switch to version-semver - Add version 2.0.0. Released 14 days ago: https://github.com/ArthurSonzogni/FTXUI/releases/tag/v2.0.0
20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"name": "ftxui",
|
|
"version-semver": "2.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
|
|
}
|
|
]
|
|
}
|