vcpkg/ports/teemo/vcpkg.json
winsoft666 4b17c23f6b
[teemo] Update to v2.3 (#21616)
* [cpp-ipc] Update 1.0.1

* [cpp-ipc] Update version and ci.baseline

* [cpp-ipc] Remove cpp-ipc from ci.baseline.txt

* [teemo] Update to v2.3

* [teemo] Run `vcpkg x-add-version --all`

* [teemo] Update vcpkg.json

* [teemo] Run vcpkg `x-add-version teemo --overwrite-version`

* Remove excess teemo.json

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-26 00:57:55 -08:00

22 lines
477 B
JSON

{
"name": "teemo",
"version": "2.3",
"description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.",
"homepage": "https://github.com/winsoft666/teemo",
"supports": "!osx & !uwp & !arm",
"dependencies": [
{
"name": "curl",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}