mirror of https://github.com/buggins/dlangui.git
19 lines
384 B
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"
|
|
}
|
|
}
|