vcpkg/ports/discordcoreapi/vcpkg.json
RealTimeChris 2daebf5b33
[DiscordCoreAPI] Update to version 2022-12-04 (#28169)
* 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

* Updating the portfile.

* Fixing a minor bug.

* Fixing a minor bug.
2022-12-05 10:49:03 -08:00

24 lines
522 B
JSON

{
"name": "discordcoreapi",
"version-date": "2022-12-04",
"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
}
]
}