vcpkg/ports/kcp/vcpkg.json
JonLiu1993 d444c7886a
[kcp] update to 1.7 (#20612)
* [kcp] update to 1.7

* update version

* change version-string to version

* update version
2021-10-11 20:14:06 -07:00

17 lines
298 B
JSON

{
"name": "kcp",
"version": "1.7",
"description": "A fast and reliable ARQ protocol",
"homepage": "https://github.com/skywind3000/kcp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}