yuzu/externals/vcpkg/ports/freeglut/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
382 B
JSON
Executable File

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