mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +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
437 B
JSON
21 lines
437 B
JSON
{
|
|
"name": "freeglut",
|
|
"version": "3.4.0",
|
|
"port-version": 1,
|
|
"description": "A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library.",
|
|
"homepage": "https://sourceforge.net/projects/freeglut/",
|
|
"license": null,
|
|
"supports": "!ios",
|
|
"dependencies": [
|
|
"opengl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|