zeek/auxil/vcpkg/ports/glui/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
400 B
JSON

{
"name": "glui",
"version-date": "2019-11-30",
"port-version": 4,
"description": "GLUI is a GLUT-based C++ user interface library",
"homepage": "https://github.com/libglui/glui",
"supports": "!android",
"dependencies": [
"freeglut",
"opengl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}