aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl2-gfx/vcpkg.json
blob: 4e48c75f3281c7571873de736ee6806b2ff7e5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "sdl2-gfx",
  "version": "1.0.4",
  "port-version": 11,
  "description": "Graphics primitives (line, circle, rectangle etc.) with AA support, rotozoomer and other drawing related support functions wrapped up in a C based add-on library for the Simple Direct Media (SDL) cross-platform API layer.",
  "dependencies": [
    {
      "name": "sdl2",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}