mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
65bd24dc94
Amends #33105 et al. Ports selected by grep for vcpkg-msbuild in vcpkg.json && MINGW in portfile.cmake.
17 lines
500 B
JSON
17 lines
500 B
JSON
{
|
|
"name": "sdl1",
|
|
"version": "1.2.15",
|
|
"port-version": 20,
|
|
"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 & !mingw"
|
|
}
|
|
]
|
|
}
|