vcpkg/ports/mbedtls/vcpkg.json
Jia Yue Hua b86f18b286
[mbedtls] update to 2.28.5 (#34744)
* [mbedtls] update to 2.28.5

* [mbedtls] update to 2.28.5
2023-10-27 16:54:05 -07:00

30 lines
601 B
JSON

{
"name": "mbedtls",
"version": "2.28.5",
"description": "An open source, portable, easy to use, readable and flexible SSL library",
"homepage": "https://github.com/ARMmbed/mbedtls",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pthreads": {
"description": "Multi-threading support",
"dependencies": [
{
"name": "pthreads",
"platform": "windows"
}
]
}
}
}