mirror of https://github.com/buggins/dlangui.git
27 lines
541 B
JSON
27 lines
541 B
JSON
{
|
|
"name": "example1",
|
|
"description": "dlangui library example 1",
|
|
"homepage": "https://github.com/buggins/dlangui",
|
|
"license": "Boost",
|
|
"authors": ["Vadim Lopatin"],
|
|
|
|
"targetName": "example1",
|
|
"targetPath": "bin",
|
|
"targetType": "executable",
|
|
|
|
"sourceFiles": [
|
|
"src/main.d"
|
|
],
|
|
|
|
"copyFiles": ["res"],
|
|
|
|
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
|
"versions-windows": ["Unicode"],
|
|
|
|
"mainSourceFile": "src/main.d",
|
|
|
|
"dependencies": {
|
|
"dlangui:dlanguilib": "*"
|
|
}
|
|
}
|