vcpkg/ports/socket-io-client/vcpkg.json
JonLiu1993 be57a4230a
[socket-io-client] update to 3.0.0 (#18646)
* [socket-io-client] update to 3.0.0

* update version

* update patch file

* update version
2021-07-01 07:38:43 -07:00

12 lines
254 B
JSON

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