mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 16:59:02 +08:00
11ed79186f
Upstream patch, adjusted. Cherry-picked from https://github.com/microsoft/vcpkg/pull/35851. Fixes https://github.com/microsoft/vcpkg/issues/37423,
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "libsodium",
|
|
"version": "1.0.19",
|
|
"port-version": 2,
|
|
"description": "A modern and easy-to-use crypto library",
|
|
"homepage": "https://libsodium.org/",
|
|
"license": "ISC",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|