mirror of https://github.com/buggins/dlangui.git
32 lines
544 B
JSON
32 lines
544 B
JSON
{
|
|
"name": "dlearn",
|
|
"authors": [
|
|
"John Xu"
|
|
],
|
|
"dependencies": {
|
|
"dlangui": "~>0.10.2"
|
|
},
|
|
"description": "Leanr/Test Dlang",
|
|
"homepage": "https://...",
|
|
"license": "Boost",
|
|
"stringImportPaths": [
|
|
"views",
|
|
"views/res",
|
|
"views/res/i18n",
|
|
"views/res/mdpi"
|
|
],
|
|
"subConfigurations": {
|
|
"dlangui": "minimal"
|
|
},
|
|
|
|
"targetName": "dlearn",
|
|
"targetPath": ".",
|
|
"targetType": "executable",
|
|
"mainSourceFile": "dlearn.d",
|
|
"sourceFiles": ["appSettings.d", "settings.d"],
|
|
|
|
"versions": [
|
|
"EmbedStandardResources"
|
|
]
|
|
}
|