vcpkg/ports/cppgraphqlgen/vcpkg.json
Bill Avery 2b0e78448f
[cppgraphqlgen] bump version to 3.6.0 (#18200)
* [cppgraphqlgen] bump version to 3.6.0

* Run vcpkg x-add-version cppgraphqlgen
2021-06-03 12:40:41 -07:00

12 lines
259 B
JSON

{
"name": "cppgraphqlgen",
"version-semver": "3.6.0",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"dependencies": [
"boost-program-options",
"pegtl",
"rapidjson"
]
}