mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
fb63ec2e08
* Updating relevant files. * Updating relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Updating the relevant files. * Update discordcoreapi.json
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "discordcoreapi",
|
|
"version-date": "2022-11-19",
|
|
"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
|
|
}
|
|
]
|
|
}
|