jumping-in-d/lib/DerelictSDL2/package.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"
}
}