mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
b54b707136
* Updates! * Updating version data. * Updates! * Updates! * Updates! * Updates! * Updates! * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixing an issue. * Fixing an issue. * Fixing an issue. * Fixing an issue. * Updates! * Updates! * Updating version info. * Updating version info. * Updating version info. * Minor modifications. * Minor modifications. * Fixed a voice data interpolation issue. * Fixed a voice data interpolation issue. * Fixed a voice data interpolation issue. * Fixed a voice data interpolation issue. * Updates! * Updates! * Updates! * Updates! * Updates - fixed a thread contention issue. * Updates - fixed a thread contention issue. * Update portfile.cmake * Update versions/d-/discordcoreapi.json * Update portfile.cmake * Updating - fixing an issue. * Updating - fixing an issue. * Updates - fixed a voice reconnection issue. * Updates - fixed a voice reconnection issue. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"name": "discordcoreapi",
|
|
"version-date": "2022-06-18",
|
|
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
|
"homepage": "https://discordcoreapi.com",
|
|
"license": "AGPL-3.0-or-later",
|
|
"supports": "(windows & x64 & !static) | (linux & x64)",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
"libsodium",
|
|
"nlohmann-json",
|
|
"openssl",
|
|
"opus",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|