vcpkg/ports/gamenetworkingsockets/vcpkg.json
Dorq cdbbbf4e41
[gamenetworkingsockets] update to 1.3.0 (#18313)
* [gamenetworkingsockets] update to v1.3.0

* [gamenetworkingsockets] run x-add-version

* requested changes

* [gamenetworkingsockets] fix hash
2021-06-11 09:25:48 -07:00

13 lines
361 B
JSON

{
"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"
]
}