vcpkg/ports/usockets/vcpkg.json
Andrew 924ad6ad6c
[uSockets] update to version 0.7.1 (#16697)
* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* Diff patch applied

* Version DB update
2021-03-15 11:01:01 -07:00

27 lines
603 B
JSON

{
"name": "usockets",
"version": "0.7.1",
"description": "Miniscule cross-platform eventing, networking & crypto for async applications",
"homepage": "https://github.com/uNetworking/uSockets",
"dependencies": [
"libuv"
],
"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"
]
}
}
}