dlangui/examples/helloworld/dub.json

28 lines
565 B
JSON

{
"name": "helloworld",
"description": "dlangui library example Hello World",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"targetName": "helloworld",
"targetPath": "bin",
"targetType": "executable",
"versions-posix": ["USE_SDL", "USE_OPENGL"],
"sourceFiles": [
"src/app.d"
],
"copyFiles-windows": [
"../../lib/FreeImage.dll"
],
"mainSourceFile": "src/app.d",
"dependencies": {
"dlangui:dlanguilib": "~master",
}
}