mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:29:32 +08:00
6fff5b4d34
* Updated gamenetworkingsockets to 1.4.1 Also use "version-semver" to specify the version, since we are using Semantic Versioning. * Add gamenetworkingsockets v1.4.1 * [gamenetworkingsockets] update version to 1.4.1 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
21 lines
497 B
JSON
21 lines
497 B
JSON
{
|
|
"name": "gamenetworkingsockets",
|
|
"version-semver": "1.4.1",
|
|
"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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|