vcpkg/ports/glui/vcpkg.json
Kai Pastor 01ea5f6f16
[freeglut,gl2ps,glui,mdl-sdk] Platform support corrections (#35391)
* [freeglut] Fix android

* [glui] android unsupported, needs GL/gl.h

* [gl2ps] android unsupported, needs GL/gl.h

* [libraw] Skip arm-neon-android CI, needs ftello

* [mdl-sdk] Update 'supports'

* Update ci.baseline.txt

* [gl2ps] freeglut not needed

* [mdl-sdk] Fix static-md
2023-12-01 02:13:18 -08:00

21 lines
400 B
JSON

{
"name": "glui",
"version-date": "2019-11-30",
"port-version": 4,
"description": "GLUI is a GLUT-based C++ user interface library",
"homepage": "https://github.com/libglui/glui",
"supports": "!android",
"dependencies": [
"freeglut",
"opengl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}