mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:39:01 +08:00
8c8f5cccef
* [sdl1] Change the extension of the template MSBuild solution. It will prevent Visual Studio from suggesting to open it, if you have opened a project using vcpkg as a directory. * Update version database.
10 lines
375 B
JSON
10 lines
375 B
JSON
{
|
|
"name": "sdl1",
|
|
"version": "1.2.15",
|
|
"port-version": 18,
|
|
"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"
|
|
}
|