aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fltk/vcpkg.json
blob: e9ccae9b1ce654f8e49f0f995e308b087ab5665a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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"
      ]
    }
  }
}