mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
4d93d45dae
Co-authored-by: Jon <v-zhli17@microsoft.com>
22 lines
381 B
JSON
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
|
|
}
|
|
]
|
|
}
|