mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
472f836ce0
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>
23 lines
447 B
JSON
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
|
|
}
|
|
]
|
|
}
|