mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:31:06 +08:00
0efe643403
* [knet] Update to v1.0.3 * [knet] Update to v1.0.3 * update ci.baseline.txt * Update scripts/ci.baseline.txt Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"name": "knet",
|
|
"version": "1.0.3",
|
|
"description": "A cross platform lock-free and timer-supported C++11 network library.",
|
|
"homepage": "https://github.com/kibaamor/knet",
|
|
"license": "MIT",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|