vcpkg/ports/discordcoreapi/vcpkg.json
RealTimeChris fcfda3c78c
[DiscordCoreAPI] Update to version 2022-10-30 (#27561)
* Updating version file.

* Updating version file.

* Updates!

* Updates!

* Updating the version file.

* Updates!

* Updates!

* Updating version file.

* Updating version file.

* Updating version file.

* Updating version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.
2022-10-31 17:16:01 -07:00

24 lines
522 B
JSON

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