mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
be57a4230a
* [socket-io-client] update to 3.0.0 * update version * update patch file * update version
12 lines
254 B
JSON
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"
|
|
]
|
|
}
|