vcpkg/ports/socket-io-client/vcpkg.json
Lily Wang 6e2d5acac0
[socket-io-client] Update to latest commit (#26421)
* [socket-io-client] Update to latest commit

* x-add-version

* apply suggestion

* x-add-version
2022-08-19 13:40:12 -07:00

21 lines
413 B
JSON

{
"name": "socket-io-client",
"version-date": "2022-08-19",
"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"
]
}