diff options
Diffstat (limited to 'ports/matplotlib-cpp')
| -rw-r--r-- | ports/matplotlib-cpp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/matplotlib-cpp/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/matplotlib-cpp/CONTROL b/ports/matplotlib-cpp/CONTROL deleted file mode 100644 index 807f6c1cb..000000000 --- a/ports/matplotlib-cpp/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: matplotlib-cpp -Version: 2020-08-27 -Description: Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib -Homepage: https://github.com/lava/matplotlib-cpp diff --git a/ports/matplotlib-cpp/vcpkg.json b/ports/matplotlib-cpp/vcpkg.json new file mode 100644 index 000000000..83944db18 --- /dev/null +++ b/ports/matplotlib-cpp/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "matplotlib-cpp", + "version-string": "2020-08-27", + "port-version": 1, + "description": "Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib", + "homepage": "https://github.com/lava/matplotlib-cpp" +} |
