aboutsummaryrefslogtreecommitdiff
path: root/ports/podofo/vcpkg.json
blob: 19429b858ad0f097df40971daddba53e68fda9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "podofo",
  "version": "0.9.7",
  "description": "PoDoFo is a library to work with the PDF file format",
  "homepage": "https://sourceforge.net/projects/podofo/",
  "supports": "!uwp",
  "dependencies": [
    "freetype",
    "libjpeg-turbo",
    "libpng",
    "openssl",
    "tiff",
    "zlib"
  ],
  "features": {
    "fontconfig": {
      "description": "Enable font manager support on Unix platforms",
      "dependencies": [
        "fontconfig"
      ]
    }
  }
}