mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
0e9a28874c
* vcpkg_common_definitions: Add VCPKG_TARGET_IS_EMSCRIPTEN * [opus] Fix wasm32-emscripten builds * [libsodium] Fix wasm32-emscripten builds * Run x-add-version
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "libsodium",
|
|
"version": "1.0.18",
|
|
"port-version": 8,
|
|
"description": "A modern and easy-to-use crypto library",
|
|
"homepage": "https://github.com/jedisct1/libsodium",
|
|
"license": "ISC",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|