diff options
Diffstat (limited to 'vcpkg/ports/msh3/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/msh3/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/msh3/vcpkg.json b/vcpkg/ports/msh3/vcpkg.json new file mode 100644 index 0000000..22770e0 --- /dev/null +++ b/vcpkg/ports/msh3/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "msh3", + "version": "0.8.0", + "description": "Minimal HTTP/3 library", + "homepage": "https://github.com/nibanks/msh3", + "license": "MIT", + "supports": "!(static & staticcrt)", + "dependencies": [ + "ls-qpack", + "msquic", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |