mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 15:02:47 +08:00
529efa799d
* [matplotplusplus] Install extra 3rd libraries * update version record
31 lines
610 B
JSON
31 lines
610 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|