vcpkg/ports/sdl1/vcpkg.json
Theodore Tsirpanis 8c8f5cccef
[sdl1] Change the extension of the template MSBuild solution. (#31685)
* [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.
2023-05-30 11:52:52 -07:00

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"
}