vcpkg/ports/uwebsockets/vcpkg.json
MonicaLiu 163a45ad48
[uwebsockets] update to v20.31.0 (#28049)
* update uwebsockets

* update version

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-11-29 11:51:14 -08:00

12 lines
302 B
JSON

{
"name": "uwebsockets",
"version-semver": "20.31.0",
"description": "Simple, secure & standards compliant web I/O for the most demanding of applications",
"homepage": "https://github.com/uWebSockets/uWebSockets",
"license": "Apache-2.0",
"dependencies": [
"usockets",
"zlib"
]
}