vcpkg/ports/uwebsockets/vcpkg.json
chausner d5df9647f0
[uwebsockets] Update to 20.8.0 (#21367)
* Update uwebsockets to 20.8.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-13 10:22:49 -08:00

11 lines
274 B
JSON

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