diff options
| author | myd7349 <myd7349@gmail.com> | 2021-04-20 08:17:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 17:17:38 -0700 |
| commit | dd2255ee31c726945c4fc91c6c6f4b2cb10cc91a (patch) | |
| tree | 976e3ce0aeaa800c9e93be33645579a147456aa0 /ports/matplotplusplus/vcpkg.json | |
| parent | 66ce4e9277f113bda4a83e76a9c612deddc7634c (diff) | |
| download | vcpkg-dd2255ee31c726945c4fc91c6c6f4b2cb10cc91a.tar.gz vcpkg-dd2255ee31c726945c4fc91c6c6f4b2cb10cc91a.zip | |
[matplotplusplus] Add new port (#13725)
* [matplotplusplus] Add new port
* [matplotplusplus] Update tips
* [matplotplusplus] Update to fix opengl backend
* [matplotplusplus] Update to lastest
* [matplotplusplus] Update to 2021-03-07
* [matplotplusplus] Add FEATURES keyword
* [matplotplusplus] Modernize
* [matplotplusplus] Fix mistake
* [matplotplusplus] UWP not supported
* [matplotplusplus] Format manifest
* [matplotplusplus] Add version file
* [matplotplusplus] Experimental filesystem support
* [matplotplusplus] Overwrite version
* [matplotplusplus] Do not support arm64-windows yet
* [matplotplusplus] Update to 2021-04-11
* [matplotplusplus] vcpkg x-add-version --overwrite-version matplotplusplus
* [matplotplusplus] Modernize
* [matplotplusplus] Overwrite version
* [matplotplusplus] Fixup cmake targets
* [matplotplusplus] Overwrite version
* [matplotplusplus] Modernize
* [matplotplusplus] Overwrite version
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" + ] + } + } +} |
