vcpkg/ports/gamenetworkingsockets/vcpkg.json
Fletcher Dunn 2588a2e979
[gamenetworkingsockets] update version to 1.4.0 (#23043)
* Update to gamenetworkingsockets 1.4.0

* Added version using x-add-version
2022-03-21 19:25:04 -07:00

13 lines
361 B
JSON

{
"name": "gamenetworkingsockets",
"version": "1.4.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"
]
}