aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl1/vcpkg.json
blob: 1ef14b049290602c8d748489e1607821a359dfcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "sdl1",
  "version": "1.2.15",
  "port-version": 22,
  "description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.",
  "homepage": "https://www.libsdl.org",
  "license": "LGPL-2.1-or-later",
  "supports": "!android & !osx & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows & !mingw"
    }
  ]
}