vcpkg/ports/msquic/vcpkg.json

19 lines
397 B
JSON
Raw Normal View History

{
"name": "msquic",
"version": "2.4.5",
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
"homepage": "https://github.com/microsoft/msquic",
"license": "MIT",
"supports": "!((static & staticcrt) | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}