vcpkg/ports/discordcoreapi/vcpkg.json
2023-07-25 11:01:11 -07:00

23 lines
482 B
JSON

{
"name": "discordcoreapi",
"version": "1.70",
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
"homepage": "https://discordcoreapi.com",
"license": "MIT",
"supports": "(windows & x64 & !xbox) | (linux & x64)",
"dependencies": [
"jsonifier",
"libsodium",
"openssl",
"opus",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}