mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:39:00 +08:00
45fc55825d
* [cppgraphqlgen] Update to 3.5.0 release * Run vcpkg x-add-version cppgraphqlgen * Replace deprecated function in portfile.cmake * Regenerate hash after sync/bootstrap * [cppgraphqlgen] Switch to manifest and change version schema to semver Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"name": "cppgraphqlgen",
|
|
"version-semver": "3.5.0",
|
|
"description": "C++ GraphQL schema service generator",
|
|
"homepage": "https://github.com/microsoft/cppgraphqlgen",
|
|
"dependencies": [
|
|
"boost-program-options",
|
|
"pegtl",
|
|
"rapidjson"
|
|
]
|
|
}
|