aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ftxui/vcpkg.json
blob: 2ab85251cef0ff4a7770b1e9f64ff441c320eef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  ]
}