dlangui/examples/example1/dub.json

30 lines
649 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"],
"mainSourceFile": "src/main.d",
"dependencies": {
"dlangui:dlanguilib": "~master",
"derelict-sdl2": "~master",
"derelict-gl3": "~master",
"derelict-fi": "~master",
"derelict-ft": "~master"
}
}