aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl2-ttf/vcpkg.json
blob: 2cd2cf4bc6e80bd09f620f8f0f4a886da8976f31 (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
{
  "name": "sdl2-ttf",
  "version": "2.24.0",
  "description": "A library for rendering TrueType fonts with SDL",
  "homepage": "https://www.libsdl.org/projects/SDL_ttf/",
  "license": "Zlib",
  "dependencies": [
    "freetype",
    {
      "name": "sdl2",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "harfbuzz": {
      "description": "Enable HarfBuzz support",
      "dependencies": [
        "harfbuzz"
      ]
    }
  }
}