vcpkg/ports/usockets/vcpkg.json
jim wang 04d50defc7
[usockets] update to 0.8.6 (#31824)
* update to 0.8.6

* update version
2023-06-05 11:23:14 -07:00

32 lines
691 B
JSON

{
"name": "usockets",
"version": "0.8.6",
"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
}
],
"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"
]
}
}
}