mirror of https://github.com/buggins/dlangui.git
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "example1",
|
|
"description": "dlangui library example 1",
|
|
"homepage": "https://github.com/buggins/dlangui",
|
|
"license": "Boost",
|
|
"authors": ["Vadim Lopatin"],
|
|
|
|
"targetPath": "bin",
|
|
"targetType": "executable",
|
|
|
|
"copyFiles": ["res"],
|
|
|
|
"dependencies": {
|
|
"dlangui:dlanguilib": "*"
|
|
}
|
|
}
|