mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
78a727b608
* [bot] Update DPP to v10.0.24 * Update portfile.cmake * Update ports/dpp/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update dpp.json * remove unused * Update dpp.json --------- Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
24 lines
460 B
JSON
24 lines
460 B
JSON
{
|
|
"name": "dpp",
|
|
"version": "10.0.24",
|
|
"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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|