2024-11-07 23:36:47 +08:00
{
"name" : "sdl3" ,
"version" : "3.1.6-preview" ,
2024-11-19 08:50:22 +08:00
"port-version" : 2 ,
2024-11-07 23:36:47 +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" ,
2024-11-11 16:26:11 +08:00
"license" : "Zlib AND MIT AND Apache-2.0" ,
2024-11-07 23:36:47 +08:00
"supports" : "!uwp" ,
"dependencies" : [
{
"name" : "dbus" ,
"default-features" : false ,
"platform" : "linux"
} ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
"default-features" : [
{
"name" : "ibus" ,
"platform" : "linux"
} ,
{
"name" : "wayland" ,
"platform" : "linux"
} ,
{
"name" : "x11" ,
"platform" : "linux"
}
] ,
"features" : {
"alsa" : {
"description" : "Support for alsa audio" ,
"dependencies" : [
{
"name" : "alsa" ,
"platform" : "linux"
}
]
} ,
"ibus" : {
"description" : "Build with ibus IME support" ,
"supports" : "linux"
} ,
"vulkan" : {
"description" : "Vulkan functionality for SDL"
} ,
"wayland" : {
"description" : "Build with Wayland support" ,
"supports" : "linux"
} ,
"x11" : {
"description" : "Build with X11 support" ,
"supports" : "!windows"
}
}
}