pineapple/externals/vcpkg/ports/bsio/vcpkg.json
2022-07-23 03:01:36 +02:00

13 lines
270 B
JSON
Executable file

{
"name": "bsio",
"version": "1.0.0",
"description": "networking library, ans support HTTP/WebSocket, based on asio.",
"homepage": "https://github.com/ArkNX/bsio",
"dependencies": [
"asio",
{
"name": "vcpkg-cmake",
"host": true
}
]
}