vcpkg/ports/usockets/vcpkg.json
JonLiu1993 5abe9b2b79
[usockets] update to 0.8.3 (#28234)
* [usockets] update to 0.8.3

* update evrsion
2022-12-08 10:38:52 -08:00

36 lines
759 B
JSON

{
"name": "usockets",
"version": "0.8.3",
"description": "Miniscule cross-platform eventing, networking & crypto for async applications",
"homepage": "https://github.com/uNetworking/uSockets",
"license": "Apache-2.0",
"dependencies": [
"libuv",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"event": {
"description": "Build usockets with epoll support"
},
"network": {
"description": "Build usockets with winsock support",
"dependencies": [
"winsock2"
]
},
"ssl": {
"description": "Build usockets with openssl support",
"dependencies": [
"openssl"
]
}
}
}