mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 01:49:08 +08:00
c3dfd6ade0
* update ftxui version * update sha512 * update port vcpkg.json version-string * remove redundant version string * fix git-tree sha in version\ftxui.json * Remove unnecessary port-version. Co-authored-by: Billy O'Neal <bion@microsoft.com>
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "ftxui",
|
|
"version-date": "2021-10-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
|
|
}
|
|
]
|
|
}
|