aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2pp/vcpkg.json
blob: 814f0d3cf2764282a1178795b55fcbd694a20e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "sdl2pp",
  "version-string": "0.16.1",
  "port-version": 1,
  "description": "C++11 bindings/wrapper for SDL2",
  "homepage": "https://sdl2pp.amdmi3.ru",
  "dependencies": [
    "sdl2",
    "sdl2-image",
    "sdl2-mixer",
    "sdl2-ttf"
  ]
}