pineapple/externals/vcpkg/ports/freeglut/vcpkg.json

18 lines
382 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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
}
]
}