mirror of https://github.com/buggins/dlangui.git
18 lines
405 B
JSON
18 lines
405 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",
|
|
|
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
|
|
|
"dependencies": {
|
|
"dlangui": "*",
|
|
}
|
|
}
|