vcpkg/ports/zoe/vcpkg.json
winsoft666 472f836ce0
[zoe] Update to v3.5 (#42105)
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: admin <admin@windows.com>
Co-authored-by: paipai <noexist@gmail.com>
Co-authored-by: Frank <1433351828@qq.com>
2024-11-14 03:00:00 -08:00

23 lines
447 B
JSON

{
"name": "zoe",
"version": "3.5",
"maintainers": "winsoft666 <winsoft666@outlook.com>",
"description": "C++ File Download Library.",
"homepage": "https://github.com/winsoft666/zoe",
"supports": "!uwp & !android",
"dependencies": [
{
"name": "curl",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}