vcpkg/ports/cppgraphqlgen/vcpkg.json
Bill Avery d856a6560e
[cppgraphqlgen] Update to v4.5.3 (#31448)
* [cppgraphqlgen] Update to v4.5.3

* Run vcpkg x-add-version --all

* Use VERSION variable in REF to stay in sync

* Run vcpkg x-add-version --overwrite-version cppgraphqlgen
2023-05-24 12:22:49 -07:00

21 lines
401 B
JSON

{
"name": "cppgraphqlgen",
"version": "4.5.3",
"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
}
]
}