vcpkg/ports/sdl2/vcpkg.json
pastdue 60d979c588
[sdl2] Fix vulkan feature dependencies (#16033)
* [sdl2] Fix vulkan feature dependencies

SDL2 ships with its own copy of required Vulkan headers, so the `vulkan` port dependency here is unneeded (and unused).

* Run x-add-version sdl2
2021-02-08 16:16:20 -08:00

13 lines
430 B
JSON

{
"name": "sdl2",
"version-string": "2.0.14",
"port-version": 2,
"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"
}
}
}