2020-10-07 14:47:58 -04:00
{
"name" : "sdl2" ,
2022-11-02 17:12:36 -04:00
"version" : "2.24.2" ,
2020-10-07 14:47:58 -04:00
"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" ,
2022-05-16 12:21:02 +08:00
"license" : "Zlib" ,
2021-11-12 05:47:51 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
2020-10-07 14:47:58 -04:00
"features" : {
"vulkan" : {
2021-02-08 19:16:20 -05:00
"description" : "Vulkan functionality for SDL"
2021-11-12 05:47:51 +08:00
} ,
2022-08-11 01:08:17 +02:00
"wayland" : {
"description" : "Dynamically load Wayland support" ,
"supports" : "linux"
} ,
2021-11-12 05:47:51 +08:00
"x11" : {
2022-04-15 22:44:08 +02:00
"description" : "Dynamically load X11 support" ,
"supports" : "!windows"
2020-10-07 14:47:58 -04:00
}
}
}