aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/enet/vcpkg.json
blob: c85c7f19aaef3d41a22360bff0a5d5cf5007f9ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "enet",
  "version": "1.3.18",
  "description": "Reliable UDP networking library",
  "homepage": "https://github.com/lsalzman/enet",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}