vcpkg/ports/discordcoreapi/vcpkg.json
RealTimeChris 43a8badaed
[DiscordCoreAPI] Update to 2022-05-05 (#24563)
* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating the port data!

* Updating port data.

* Updating port data.

* Updating port data.

* Updating port data.

* Updating port data.
2022-05-05 15:28:56 -07:00

26 lines
551 B
JSON

{
"name": "discordcoreapi",
"version-date": "2022-05-05",
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
"homepage": "https://discordcoreapi.com",
"license": "AGPL-3.0-or-later",
"supports": "(windows & x64 & !static) | (linux & x64)",
"dependencies": [
"curl",
"ffmpeg",
"glib",
"libsodium",
"nlohmann-json",
"openssl",
"opus",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}