mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:59:07 +08:00
46720b28d5
* [cppgraphqlgen] Update to v4.5.0 release * vcpkg x-add-version --all
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"name": "cppgraphqlgen",
|
|
"version": "4.5.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|