zeek/auxil/vcpkg/ports/sdl1/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
500 B
JSON

{
"name": "sdl1",
"version": "1.2.15",
"port-version": 21,
"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": "!osx & !uwp",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows & !mingw"
}
]
}