mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:39:07 +08:00
16 lines
480 B
JSON
16 lines
480 B
JSON
{
|
|
"name": "sdl2",
|
|
"version-string": "2.0.12",
|
|
"port-version": 8,
|
|
"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",
|
|
"features": {
|
|
"vulkan": {
|
|
"description": "Vulkan functionality for SDL",
|
|
"dependencies": [
|
|
"vulkan"
|
|
]
|
|
}
|
|
}
|
|
}
|