aboutsummaryrefslogtreecommitdiff
path: root/ports/qtcoap/vcpkg.json
blob: b68ddc6401b9b8a8f5c68a17ee95f7ba5312aa9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "qtcoap",
  "version-semver": "6.2.0",
  "description": "Qt CoAP client module",
  "homepage": "https://www.qt.io/",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "network"
      ]
    }
  ]
}