dlangui/examples/dmledit/dub.json

24 lines
545 B
JSON

{
"name": "dmledit",
"description": "dlangui library example DML Editor",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
"targetPath": "bin",
"targetName": "dmledit",
"targetType": "executable",
"versions": ["EmbedStandardResources"],
"dependencies": {
"dlangui": {"path": "../../"}
},
"subConfigurations": {
"dlangui": "minimal"
}
}