blob: 604805de1a0a63becbbe53157abc9eac5ef8c219 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "fltk",
"version": "1.3.5",
"port-version": 4,
"description": "FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation.",
"homepage": "https://www.fltk.org/",
"dependencies": [
"libjpeg-turbo",
"libpng",
"zlib"
]
}
|