mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
7a199e7786
* 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
10 lines
375 B
JSON
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"
|
|
}
|