mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
d444c7886a
* [kcp] update to 1.7 * update version * change version-string to version * update version
17 lines
298 B
JSON
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
|
|
}
|
|
]
|
|
}
|