vcpkg/ports/socket-io-client/vcpkg.json
chausner 9d45ae9d87
[socket-io-client] Update to 3.1.0 (#20883)
* Update socket-io-client to 3.1.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-26 23:34:56 -07:00

17 lines
339 B
JSON

{
"name": "socket-io-client",
"version": "3.1.0",
"description": "C++11 implementation of Socket.IO client",
"homepage": "https://github.com/socketio/socket.io-client-cpp",
"supports": "static",
"dependencies": [
"asio",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
"websocketpp"
]
}