aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinythread/vcpkg.json
blob: 27ffb8cda957951d64843603f8333616b523fea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "tinythread",
  "version": "1.1",
  "port-version": 6,
  "description": "Implements a fairly compatible subset of the C++11 thread management classes",
  "homepage": "https://tinythreadpp.bitsnbites.eu/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}