dlangui/examples/example1/dub.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": "*"
}
}