RealTimeChris ab298c2235
[DiscordCoreAPI] to v2.0.8 and [Jsonifier] to v0.9.98 (#42386)
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
2024-12-05 14:46:31 -08:00

23 lines
497 B
JSON

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