aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/discordcoreapi/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/discordcoreapi/vcpkg.json')
-rw-r--r--vcpkg/ports/discordcoreapi/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/discordcoreapi/vcpkg.json b/vcpkg/ports/discordcoreapi/vcpkg.json
new file mode 100644
index 0000000..f15ce5e
--- /dev/null
+++ b/vcpkg/ports/discordcoreapi/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "discordcoreapi",
+ "version": "2.0.8",
+ "description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
+ "homepage": "https://discordcoreapi.com",
+ "license": "MIT",
+ "supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)",
+ "dependencies": [
+ "jsonifier",
+ "libsodium",
+ "openssl",
+ "opus",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}