mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 09:49:25 +08:00
889e650b77
* Updating version info. * Updating version info. * Updating version info. * Updating version info. * Updating version info. * Updating version info. * Updating version info. * Updating version info. * Updating version info. * Updating version info. * Updating version info. * Update versions/d-/discordcoreapi.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update versions/d-/discordcoreapi.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "discordcoreapi",
|
|
"version-date": "2022-09-25",
|
|
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
|
"homepage": "https://discordcoreapi.com",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "(windows & x64 & !static) | (linux & x64)",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
"libsodium",
|
|
"openssl",
|
|
"opus",
|
|
"simdjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|