yuzu/externals/vcpkg/ports/libsodium/vcpkg.json

19 lines
358 B
JSON
Executable File

{
"name": "libsodium",
"version": "1.0.18",
"port-version": 7,
"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
}
]
}