aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinycthread/vcpkg.json
blob: a66b799eeb2f792fafb1bf0af5c1167ae0bf3fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "tinycthread",
  "version-date": "2019-08-06",
  "port-version": 3,
  "description": "Small, portable implementation of the C11 threads API",
  "homepage": "https://tinycthread.github.io/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}