blob: e05f94106847aceb92588a6ffd22ce3d49fb96ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "sdl2",
"version-string": "2.0.12",
"port-version": 7,
"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"
]
}
}
}
|