pineapple/externals/vcpkg/ports/bsio/vcpkg.json

14 lines
270 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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
}
]
}