mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:09:01 +08:00
9e7de58738
* Bump version from 4.0.0 to 4.1.0 * vcpkg x-add-version cppgraphqlgen
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "cppgraphqlgen",
|
|
"version-semver": "4.1.0",
|
|
"description": "C++ GraphQL schema service generator",
|
|
"homepage": "https://github.com/microsoft/cppgraphqlgen",
|
|
"dependencies": [
|
|
"boost-program-options",
|
|
"pegtl",
|
|
"rapidjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|