vcpkg/ports/gamenetworkingsockets/vcpkg.json
Fletcher Dunn 6fff5b4d34
[gamenetworkingsockets] update version to 1.4.1 (#25523)
* 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>
2022-07-05 13:27:23 -07:00

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