vcpkg/ports/matplotplusplus/vcpkg.json

31 lines
610 B
JSON
Raw Normal View History

{
"name": "matplotplusplus",
"version-date": "2021-04-11",
"port-version": 1,
"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"
]
}
}
}