mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +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
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"name": "gl2ps",
|
|
"version": "1.4.2",
|
|
"port-version": 4,
|
|
"description": "OpenGL to PostScript Printing Library",
|
|
"homepage": "https://gitlab.onelab.info/gl2ps/gl2ps",
|
|
"supports": "!android",
|
|
"dependencies": [
|
|
"libpng",
|
|
"opengl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|