mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
4bb5d042f1
* [cppgraphqlgen] Update to v4.5.1 * vcpkg x-add-version --all
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"name": "cppgraphqlgen",
|
|
"version": "4.5.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|