vcpkg/ports/sdl1/vcpkg.json
Alexander Neumann e22937a2f9
[sdl1] msbuild (#33152)
* sdl1 msbuild

* v db
2023-08-15 16:53:15 -07:00

17 lines
491 B
JSON

{
"name": "sdl1",
"version": "1.2.15",
"port-version": 19,
"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"
}
]
}