vcpkg/ports/socket-io-client/vcpkg.json
JonLiu1993 a1225b69e0
[socket-io-client]fix socket-io-client use (#18768)
* update patch file

* update version
2021-07-07 09:26:53 -07:00

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