Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

33 lines
611 B
JSON

{
"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
}
]
}