dlangui/dub.json

19 lines
384 B
JSON

{
"name": "dlangui",
"description": "D language GUI library",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": [
"Vadim Lopatin"
],
"targetName": "dlangui",
"targetPath": "lib",
"dependencies": {
"derelict-gl3": "~master",
"derelict-fi": "~master",
"derelict-ft": "~master"
}
}