mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:19:00 +08:00
220e72a704
* Update socket-io-client to latest commit * Update vcpkg.json * x-add-version --all
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "socket-io-client",
|
|
"version-date": "2023-02-14",
|
|
"description": "C++11 implementation of Socket.IO client",
|
|
"homepage": "https://github.com/socketio/socket.io-client-cpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"asio",
|
|
"rapidjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"websocketpp"
|
|
]
|
|
}
|