mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
163a45ad48
* update uwebsockets * update version Co-authored-by: Monica <v-liumonica@microsoft.com>
12 lines
302 B
JSON
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"
|
|
]
|
|
}
|