mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
23 lines
422 B
Plaintext
23 lines
422 B
Plaintext
,
|
|
"description": "D++ Extremely Lightweight C++ Discord Library.",
|
|
"homepage": "https://dpp.dev/",
|
|
"license": "Apache-2.0",
|
|
"supports": "((windows & !static & !uwp) | linux | osx)",
|
|
"dependencies": [
|
|
"libsodium",
|
|
"nlohmann-json",
|
|
"openssl",
|
|
"opus",
|
|
"zlib",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|
|
|