mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:51:07 +08:00
4a58116c3c
* [gamenetworkingsockets] Update to the latest commit to include headers * update version * Update portfile.cmake * update version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
13 lines
371 B
JSON
13 lines
371 B
JSON
{
|
|
"name": "gamenetworkingsockets",
|
|
"version-date": "2021-04-26",
|
|
"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"
|
|
]
|
|
}
|