mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 13:29:00 +08:00
051b33d36c
* Added GameNetworkingSockets port * Fixing requested changes in PR * added `vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)` * added missing trailing newline * removed all entries in ci.baseline.txt Adding license field in manifest Updated library version * Formating manifest * Fixing platform supports in manifest * Refactor to OpenSSL only crypto backend * Fixing format * Adding version Co-authored-by: Andrew Simpson <andy@aiusepsi.co.uk>
13 lines
373 B
JSON
13 lines
373 B
JSON
{
|
|
"name": "gamenetworkingsockets",
|
|
"version-string": "2020-09-02",
|
|
"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"
|
|
]
|
|
}
|