mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:06:45 +08:00
a1225b69e0
* update patch file * update version
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"name": "socket-io-client",
|
|
"version": "3.0.0",
|
|
"port-version": 1,
|
|
"description": "C++11 implementation of Socket.IO client",
|
|
"homepage": "https://github.com/socketio/socket.io-client-cpp",
|
|
"dependencies": [
|
|
"asio",
|
|
"rapidjson",
|
|
"websocketpp"
|
|
]
|
|
}
|