vcpkg/ports/socket-io-client/vcpkg.json
Nukoooo 220e72a704
[socket-io-client] Update to latest commit (#32225)
* Update socket-io-client to latest commit

* Update vcpkg.json

* x-add-version --all
2023-06-26 20:24:09 -07:00

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"
]
}