mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 09:49:01 +08:00
27 lines
474 B
JSON
27 lines
474 B
JSON
|
{
|
||
|
"name": "vcpkg-ci-mathgl",
|
||
|
"version-date": "2022-12-28",
|
||
|
"description": "Ensures that the vcpkg CI build of mathgl tests all features and examples",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "mathgl",
|
||
|
"features": [
|
||
|
"arma",
|
||
|
"examples",
|
||
|
"fltk",
|
||
|
"gif",
|
||
|
"glut",
|
||
|
"gsl",
|
||
|
"hdf5",
|
||
|
"jpeg",
|
||
|
"opengl",
|
||
|
"png",
|
||
|
"qt5",
|
||
|
"wx",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|