aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/dpp/vcpkg.json')
-rw-r--r--vcpkg/ports/dpp/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/dpp/vcpkg.json b/vcpkg/ports/dpp/vcpkg.json
new file mode 100644
index 0000000..e4f8344
--- /dev/null
+++ b/vcpkg/ports/dpp/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "dpp",
+ "version": "10.1.3",
+ "description": "D++ Extremely Lightweight C++ Discord Library.",
+ "homepage": "https://dpp.dev/",
+ "license": "Apache-2.0",
+ "supports": "(windows & !static & !uwp) | linux | osx",
+ "dependencies": [
+ "nlohmann-json",
+ "openssl",
+ "opus",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}