mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
f3a1217662
* Add x11 dependency * Update to 3.4.0, cleanup * Document exported config * Update versions * Test (Free)GLUT cmake usage * FindGLUT debug postfix support needs CMake 3.13 * Revise installed file names * Fix typo
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "freeglut",
|
|
"version": "3.4.0",
|
|
"description": "A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library.",
|
|
"homepage": "https://sourceforge.net/projects/freeglut/",
|
|
"license": null,
|
|
"dependencies": [
|
|
"opengl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|