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"
|
||
|
}
|
||
|
}
|
||
|
}
|