diff options
Diffstat (limited to 'vcpkg/ports/ftxui/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ftxui/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/ftxui/vcpkg.json b/vcpkg/ports/ftxui/vcpkg.json new file mode 100644 index 0000000..2ab8525 --- /dev/null +++ b/vcpkg/ports/ftxui/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "ftxui", + "version-semver": "6.1.9", + "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 + } + ] +} |