mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "sdl2",
|
|
"version": "2.26.5",
|
|
"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
|
|
}
|
|
],
|
|
"default-features": [
|
|
"base"
|
|
],
|
|
"features": {
|
|
"base": {
|
|
"description": "Base functionality for SDL",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false,
|
|
"features": [
|
|
"ibus",
|
|
"wayland",
|
|
"x11"
|
|
],
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
},
|
|
"ibus": {
|
|
"description": "Build with ibus IME support",
|
|
"supports": "linux"
|
|
},
|
|
"samplerate": {
|
|
"description": "Use libsamplerate for audio rate conversion",
|
|
"dependencies": [
|
|
"libsamplerate"
|
|
]
|
|
},
|
|
"vulkan": {
|
|
"description": "Vulkan functionality for SDL"
|
|
},
|
|
"wayland": {
|
|
"description": "Build with Wayland support",
|
|
"supports": "linux"
|
|
},
|
|
"x11": {
|
|
"description": "Build with X11 support",
|
|
"supports": "!windows"
|
|
}
|
|
}
|
|
}
|