mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
d30657b533
* [ms-quic] create a new port * rewrite to fix garbled history of #18225 * [ms-quic] update port/version SHA * [ms-quic] disable windows-static triplet * Update ports/ms-quic/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/ms-quic/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [ms-quic] update patch files * [ms-quic] make quictls only * reduce feature list for future updates * update version SHA Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "ms-quic",
|
|
"version": "1.2.0",
|
|
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
|
|
"homepage": "https://github.com/microsoft/msquic",
|
|
"license": "MIT",
|
|
"supports": "!(static & staticcrt)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Install the tools after build"
|
|
}
|
|
}
|
|
}
|