mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 09:37:59 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
25 lines
552 B
JSON
25 lines
552 B
JSON
{
|
|
"name": "discordcoreapi",
|
|
"version-date": "2023-05-30",
|
|
"port-version": 1,
|
|
"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 & !xbox) | (linux & x64)",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
"jsonifier",
|
|
"libsodium",
|
|
"openssl",
|
|
"opus",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|