vcpkg/ports/cppgraphqlgen/vcpkg.json
Bill Avery 6cb4f0cc87
[cppgraphqlgen] Update to v4.2.0 (#24412)
* [cppgraphqlgen] Update to v4.2.0

* Run vcpkg x-add-version --all
2022-04-26 19:23:30 -07:00

21 lines
408 B
JSON

{
"name": "cppgraphqlgen",
"version-semver": "4.2.0",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"license": "MIT",
"dependencies": [
"boost-program-options",
"pegtl",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}