yuzu/externals/vcpkg/ports/wolfssl/vcpkg.json

19 lines
361 B
JSON
Executable File

{
"name": "wolfssl",
"version": "5.3.0",
"description": "TLS and Cryptographic libraray for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}