aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2-ttf/vcpkg.json
blob: 73035cb60d71027128d7bd835101ef22adb41df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "sdl2-ttf",
  "version-string": "2.0.15",
  "port-version": 4,
  "description": "A library for rendering TrueType fonts with SDL",
  "homepage": "https://www.libsdl.org/projects/SDL_ttf/",
  "dependencies": [
    "freetype",
    "sdl2"
  ]
}