mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 20:15:00 +08:00
3c1e65c209
* [cppgraphqlgen] Update to v4.3.1 * vcpkg x-add-version --all * Update ports/cppgraphqlgen/vcpkg.json Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com> * vcpkg x-add-version cppgraphqlgen --overwrite-version Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"name": "cppgraphqlgen",
|
|
"version": "4.3.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
|
|
}
|
|
]
|
|
}
|