mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:59:07 +08:00
2b0e78448f
* [cppgraphqlgen] bump version to 3.6.0 * Run vcpkg x-add-version cppgraphqlgen
12 lines
259 B
JSON
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"
|
|
]
|
|
}
|