mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
f76aa219bc
* [discordapi] Update to 2023-01-02 version. * Update versions.
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "discordcoreapi",
|
|
"version-date": "2023-01-02",
|
|
"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
|
|
}
|
|
]
|
|
}
|