mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:12:19 +08:00
eb891c23ef
* [fltk] Update to 1.3.6 rc1 * [fltk] Fix osx build failure * update patch * update version record
12 lines
416 B
JSON
12 lines
416 B
JSON
{
|
|
"name": "fltk",
|
|
"version": "1.3.6",
|
|
"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"
|
|
]
|
|
}
|