mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:40:11 +08:00
9d45ae9d87
* Update socket-io-client to 3.1.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
339 B
JSON
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"
|
|
]
|
|
}
|