vcpkg/ports/msh3/vcpkg.json
JonLiu1993 4d93d45dae
[ls-qpack] Update to latest version and fix build error (#41186)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-09-30 13:12:25 -04:00

22 lines
381 B
JSON

{
"name": "msh3",
"version": "0.6.0",
"port-version": 1,
"description": "Minimal HTTP/3 library",
"homepage": "https://github.com/nibanks/msh3",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"ls-qpack",
"msquic",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}