vcpkg/ports/mongoose/vcpkg.json
ryuukk fff05c8e5f
[mongoose] update to v7.5 (#22385)
* Update mongoose to v7.5

* Update portfile.cmake

* [mongoose] update to v7.5

* udpate version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-01-18 12:17:59 -08:00

26 lines
461 B
JSON

{
"name": "mongoose",
"version": "7.5",
"description": "Embedded web server / embedded networking library",
"homepage": "https://cesanta.com/",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ssl": {
"description": "Build with openssl",
"dependencies": [
"openssl"
]
}
}
}