2020-10-07 14:47:58 -04:00
{
"name" : "sdl2" ,
2024-12-09 22:04:15 +03:00
"version" : "2.30.10" ,
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
}
] ,
2022-12-14 02:41:34 +01:00
"default-features" : [
2024-08-29 09:17:29 +02:00
{
"name" : "dbus" ,
"platform" : "linux"
} ,
2023-12-01 18:16:35 +08:00
{
"name" : "ibus" ,
"platform" : "linux"
} ,
{
"name" : "wayland" ,
"platform" : "linux"
} ,
{
"name" : "x11" ,
"platform" : "linux"
}
2022-12-14 02:41:34 +01:00
] ,
2020-10-07 14:47:58 -04:00
"features" : {
2023-10-16 19:48:03 +02:00
"alsa" : {
"description" : "Support for alsa audio" ,
"dependencies" : [
{
"name" : "alsa" ,
"platform" : "linux"
}
]
} ,
2024-08-29 09:17:29 +02:00
"dbus" : {
"description" : "Build with D-Bus support" ,
"dependencies" : [
{
"name" : "dbus" ,
"default-features" : false ,
"platform" : "linux"
}
]
} ,
2023-02-13 17:41:32 +01:00
"ibus" : {
"description" : "Build with ibus IME support" ,
"supports" : "linux"
} ,
2022-12-27 09:52:33 +01:00
"samplerate" : {
"description" : "Use libsamplerate for audio rate conversion" ,
"dependencies" : [
"libsamplerate"
]
} ,
2020-10-07 14:47:58 -04:00
"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" : {
2022-11-28 14:12:32 -05:00
"description" : "Build with Wayland support" ,
2022-08-11 01:08:17 +02:00
"supports" : "linux"
} ,
2021-11-12 05:47:51 +08:00
"x11" : {
2022-12-14 02:41:34 +01:00
"description" : "Build with X11 support" ,
2022-04-15 22:44:08 +02:00
"supports" : "!windows"
2020-10-07 14:47:58 -04:00
}
}
}