mirror of https://github.com/buggins/dlangui.git
16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"name": "helloworld",
|
|
"description": "dlangui library example Hello World",
|
|
"homepage": "https://github.com/buggins/dlangui",
|
|
"license": "Boost",
|
|
"authors": ["Vadim Lopatin"],
|
|
|
|
"targetPath": "bin",
|
|
"targetName": "helloworld",
|
|
"targetType": "executable",
|
|
|
|
"dependencies": {
|
|
"dlangui": "*",
|
|
}
|
|
}
|