aboutsummaryrefslogtreecommitdiff
path: root/ports/indicators/vcpkg.json
blob: 80bf1bb012ba6e233ce87d1f76b11e89baf12c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "indicators",
  "version": "2.2",
  "description": "Activity indicators for modern C++",
  "homepage": "https://github.com/p-ranav/indicators",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}