vcpkg/ports/cxxgraph/vcpkg.json
MonicaLiu 6672bab62b
[cxxgraph] Update to 4.1.0 (#39879)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-07-13 10:11:58 -04:00

17 lines
333 B
JSON

{
"name": "cxxgraph",
"version": "4.1.0",
"description": "CXXGraph is a header only comprehensive C++ graph library.",
"homepage": "https://github.com/ZigRazor/CXXGraph",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}