mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:19:01 +08:00
b3e8d4dc69
* [sdl2] Fix pthread detection on macOS * Add missing "FEATURES" to vcpkg_check_features * [sdl2] Bump port-version * Run x-add-version sdl2
13 lines
430 B
JSON
13 lines
430 B
JSON
{
|
|
"name": "sdl2",
|
|
"version-string": "2.0.14",
|
|
"port-version": 4,
|
|
"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"
|
|
}
|
|
}
|
|
}
|