aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sciplot/vcpkg.json
blob: bbe5ec72b9b68dd48591e81fa17112fe76c2945e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "sciplot",
  "version": "0.3.1",
  "port-version": 1,
  "description": "A modern c++ scientific plotting library powered by gnuplot",
  "homepage": "https://github.com/sciplot/sciplot",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}