vcpkg/ports/libhv/vcpkg.json
chausner 63118c20cb
[libhv] Update to 1.2.2 (#20637)
* Update libhv to 1.2.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-11 20:22:16 -07:00

14 lines
289 B
JSON

{
"name": "libhv",
"version": "1.2.2",
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
"homepage": "https://github.com/ithewei/libhv",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}