vcpkg/ports/sdl1/vcpkg.json
Kai Pastor 7a199e7786
[sdl1] Enable mingw (#25095)
* Portfile CMake style

* Fix mingw

* Add polyfill for missing 'which'

* Add patch for relocatable sdl-config

Fixes mingw on Windows builds.

* Update versions

* CR requests

* Remove man3

* Update versions
2022-06-08 14:30:48 -07:00

10 lines
375 B
JSON

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