vcpkg/ports/sdl2/vcpkg.json
2020-12-11 14:18:42 -08:00

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"
]
}
}
}