diff options
Diffstat (limited to 'vcpkg/ports/fltk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fltk/vcpkg.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vcpkg/ports/fltk/vcpkg.json b/vcpkg/ports/fltk/vcpkg.json new file mode 100644 index 0000000..e9ccae9 --- /dev/null +++ b/vcpkg/ports/fltk/vcpkg.json @@ -0,0 +1,45 @@ +{ + "name": "fltk", + "version": "1.3.11", + "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/", + "license": null, + "supports": "!uwp", + "dependencies": [ + { + "name": "fltk", + "host": true, + "default-features": false + }, + { + "name": "fontconfig", + "platform": "!osx" + }, + { + "name": "freetype", + "default-features": false + }, + "libjpeg-turbo", + "libpng", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "default-features": [ + "opengl" + ], + "features": { + "opengl": { + "description": "OpenGL support", + "dependencies": [ + "opengl" + ] + } + } +} |