vcpkg/ports/discordcoreapi/vcpkg.json
RealTimeChris e63bd09dc0
[Jsonifier] to v0.9.97 and [DiscordCoreAPI] to v2.0.7 (#40868)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
2024-10-15 21:14:34 -07:00

23 lines
497 B
JSON

{
"name": "discordcoreapi",
"version": "2.0.7",
"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
}
]
}