aboutsummaryrefslogtreecommitdiff
path: root/ports/gamenetworkingsockets/vcpkg.json
blob: 84aff5eaeadb5cb61e88651b61372a5998af2f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "gamenetworkingsockets",
  "version": "1.3.0",
  "description": "GameNetworkingSockets is a basic transport layer for games.",
  "homepage": "https://github.com/ValveSoftware/GameNetworkingSockets",
  "license": "BSD-3-Clause",
  "supports": "!(static & windows) & !uwp & !(arm64 & windows)",
  "dependencies": [
    "openssl",
    "protobuf"
  ]
}