mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
01ea5f6f16
* [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
21 lines
400 B
JSON
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
|
|
}
|
|
]
|
|
}
|