dlangui/examples/example1/dub.json

18 lines
414 B
JSON

{
"name": "example1",
"description": "dlangui library example 1",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"targetPath": "bin",
"targetType": "executable",
"targetName": "example1",
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
"dependencies": {
"dlangui": "*"
}
}