vcpkg/ports/dpp/vcpkg.json
Mengna Li 571bffa69d
[dpp] fix error hash (#30035)
* fix error hash

* fix wrong header
2023-03-09 11:16:44 -08:00

25 lines
481 B
JSON

{
"name": "dpp",
"version": "10.0.23",
"port-version": 1,
"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"
]
}