mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:29:00 +08:00
599f106de6
* [sdl2] Bump to 2.24.2. * [sdl2] Add a usage file. * [sdl2] Update baseline and version history. * [sdl2] Update `SDL2_VERSION` variable. * [sdl2] Update `HEAD_REF`. * Use VERSION. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
31 lines
785 B
JSON
31 lines
785 B
JSON
{
|
|
"name": "sdl2",
|
|
"version": "2.24.2",
|
|
"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/download-2.0.php",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"vulkan": {
|
|
"description": "Vulkan functionality for SDL"
|
|
},
|
|
"wayland": {
|
|
"description": "Dynamically load Wayland support",
|
|
"supports": "linux"
|
|
},
|
|
"x11": {
|
|
"description": "Dynamically load X11 support",
|
|
"supports": "!windows"
|
|
}
|
|
}
|
|
}
|