mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:19:00 +08:00
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "cxxgraph",
|
|
"version": "2.0.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
|
|
}
|
|
]
|
|
}
|