yuzu/externals/vcpkg/ports/nss/vcpkg.json

21 lines
412 B
JSON
Executable File

{
"name": "nss",
"version": "3.78",
"description": "Network Security Services from Mozilla",
"homepage": "https://ftp.mozilla.org/pub/security/nss/releases/",
"license": "MPL-2.0",
"supports": "windows & !arm",
"dependencies": [
"nspr",
"sqlite3",
{
"name": "vcpkg-tool-gyp-nss",
"host": true
},
{
"name": "vcpkg-tool-mozbuild",
"host": true
}
]
}