mirror of
https://bitbucket.org/King_DuckZ/jumping-in-d.git
synced 2024-10-30 02:49:01 +00:00
16 lines
385 B
JSON
16 lines
385 B
JSON
{
|
|
"name": "derelict-sdl2",
|
|
"description": "Dynamic bindings to SDL2, SDL2_image, SDL2_mixer, SDL2_ttf and SDL2_net.",
|
|
"homepage": "https://github.com/DerelictOrg/DerelictSDL2",
|
|
"license": "Boost",
|
|
"authors": [
|
|
"Mike Parker"
|
|
],
|
|
|
|
"targetName": "DerelictSDL2",
|
|
"targetPath": "lib",
|
|
|
|
"dependencies": {
|
|
"derelict-util": ">=1.0.2"
|
|
}
|
|
}
|