mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 20:21:38 +08:00
30 lines
589 B
JSON
30 lines
589 B
JSON
|
{
|
||
|
"name": "matplotplusplus",
|
||
|
"version-date": "2021-04-11",
|
||
|
"description": "A C++ graphics library for data visualization",
|
||
|
"homepage": "https://alandefreitas.github.io/matplotplusplus/",
|
||
|
"license": "MIT",
|
||
|
"supports": "!(arm | uwp)",
|
||
|
"dependencies": [
|
||
|
"cimg",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"opengl": {
|
||
|
"description": "OpenGL backend for Matplot++",
|
||
|
"dependencies": [
|
||
|
"glad",
|
||
|
"glfw3",
|
||
|
"opengl"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|