aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/morphologica/vcpkg.json
blob: 6e3a5fb3d310fb88aa1d6bcec82010825f2db914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "morphologica",
  "version": "4.0",
  "description": "C++ header-only graphing and data visualization with Modern OpenGL",
  "homepage": "https://github.com/ABRG-Models/morphologica",
  "license": "Apache-2.0",
  "dependencies": [
    "armadillo",
    {
      "name": "egl",
      "platform": "linux"
    },
    {
      "name": "freeglut",
      "platform": "linux"
    },
    "freetype",
    "glfw3",
    "hdf5",
    "nlohmann-json",
    "opengl",
    "rapidxml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}