mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "glui",
|
|
"version-date": "2019-11-30",
|
|
"port-version": 3,
|
|
"description": "GLUI is a GLUT-based C++ user interface library",
|
|
"homepage": "https://github.com/libglui/glui",
|
|
"dependencies": [
|
|
"freeglut",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|