vcpkg/ports/ngtcp2/vcpkg.json
Alexis La Goutte 1e334d770a
[ngtcp2] enable arm with uwp and update to 0.16.0 (#30593)
* ngtcp2: update to 0.15.0

* ngtcp2: ngtcp2 now build with ARM32 (uwp)

* ngtcp2: update to 0.16.0
2023-06-07 12:11:55 -07:00

18 lines
353 B
JSON

{
"name": "ngtcp2",
"version": "0.16.0",
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
"homepage": "https://github.com/ngtcp2/ngtcp2",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}