diff options
Diffstat (limited to 'ports/matplotplusplus/vcpkg.json')
| -rw-r--r-- | ports/matplotplusplus/vcpkg.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ports/matplotplusplus/vcpkg.json b/ports/matplotplusplus/vcpkg.json new file mode 100644 index 000000000..4830e9353 --- /dev/null +++ b/ports/matplotplusplus/vcpkg.json @@ -0,0 +1,29 @@ +{ + "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" + ] + } + } +} |
