mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 20:48:59 +08:00
59b938ed9a
* [fltk] Fix link to system libs * update version record
13 lines
437 B
JSON
13 lines
437 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|