mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
6672bab62b
Co-authored-by: Monica <v-liumonica@microsoft.com>
17 lines
333 B
JSON
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
|
|
}
|
|
]
|
|
}
|