aboutsummaryrefslogtreecommitdiff
path: root/ports/libass/vcpkg.json
blob: f4b2821676ba1d424b8959f9cf0edd9b1bb5232a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libass",
  "version": "0.15.2",
  "description": "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format",
  "homepage": "https://github.com/libass/libass",
  "dependencies": [
    {
      "name": "dirent",
      "platform": "windows"
    },
    {
      "name": "fontconfig",
      "platform": "linux"
    },
    "freetype",
    "fribidi",
    "harfbuzz"
  ]
}