vcpkg/ports/freeglut/vcpkg.json
Kai Pastor 90fdea2c82
[freeglut] Update to 3.2.2, fix X11 dependencies (#23807)
* 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
2022-04-05 11:14:30 -07:00

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
}
]
}