mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 02:09:00 +08:00
63044d1243
* Update uwebsockets to 20.6.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
11 lines
274 B
JSON
11 lines
274 B
JSON
{
|
|
"name": "uwebsockets",
|
|
"version-semver": "20.6.0",
|
|
"description": "Simple, secure & standards compliant web I/O for the most demanding of applications",
|
|
"homepage": "https://github.com/uWebSockets/uWebSockets",
|
|
"dependencies": [
|
|
"usockets",
|
|
"zlib"
|
|
]
|
|
}
|