2020-10-08 02:47:58 +08:00
{
"name" : "sdl2" ,
2022-05-16 12:21:02 +08:00
"version" : "2.0.22" ,
2022-06-03 06:31:59 +08:00
"port-version" : 1 ,
2020-10-08 02:47:58 +08: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-08 02:47:58 +08:00
"features" : {
"vulkan" : {
2021-02-09 08:16:20 +08:00
"description" : "Vulkan functionality for SDL"
2021-11-12 05:47:51 +08:00
} ,
"x11" : {
2022-04-16 04:44:08 +08:00
"description" : "Dynamically load X11 support" ,
"supports" : "!windows"
2020-10-08 02:47:58 +08:00
}
}
}