mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
0f0422683e
Add version 3.0.0. https://github.com/ArthurSonzogni/FTXUI/releases/tag/v3.0.0 Needed by one user: https://github.com/ArthurSonzogni/FTXUI/discussions/400#discussioncomment-2877222
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|