vcpkg/ports/msquic/vcpkg.json

20 lines
410 B
JSON
Raw Normal View History

{
"name": "msquic",
2024-09-05 13:30:48 +08:00
"version": "2.3.6",
"port-version": 2,
"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
}
]
}