vcpkg/ports/discordcoreapi/vcpkg.json
Matthew Oliver f76aa219bc
[discordapi] Update to 2023-01-02 version. (#28956)
* [discordapi] Update to 2023-01-02 version.

* Update versions.
2023-01-15 11:23:48 -08:00

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
}
]
}