vcpkg/ports/uwebsockets/vcpkg.json
chausner 1ecff29caf
[uwebsockets] Update to 19.9.0 (#20331)
* Update uwebsockets to 19.9.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-09-27 20:01:51 -07:00

11 lines
267 B
JSON

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