mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
90fdea2c82
* Update to 3.2.2 * Extend X11 dependencies patch * Update the FindGLUT wrapper * Update versions * Modernize portfile * Set policies * Update versions * Switch to github * Update versions * CI * Replace GLUT_LIBRARIES with GLUT_LINK_LIBRARIES * Update versions
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"name": "freeglut",
|
|
"version": "3.2.2",
|
|
"description": "Open source implementation of GLUT with source and binary backwards compatibility.",
|
|
"homepage": "https://sourceforge.net/projects/freeglut/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|