mirror of https://github.com/buggins/dlangui.git
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"name": "editlinelist",
|
|
"authors": [
|
|
"http://lemming.life"
|
|
],
|
|
"description": "example of an edit line list in dlangui",
|
|
"license": "Boost",
|
|
|
|
"targetPath": "bin",
|
|
"targetType": "executable",
|
|
"targetName": "editlinelist",
|
|
|
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
|
|
|
"versions": ["ForceLogs"],
|
|
|
|
"dependencies": {
|
|
"dlangui": {"path": "../../"}
|
|
},
|
|
"configurations" : [
|
|
{
|
|
"name" : "default",
|
|
},
|
|
{
|
|
"name" : "console",
|
|
"subConfigurations" : {
|
|
"dlangui" : "console"
|
|
}
|
|
},
|
|
{
|
|
"name" : "sdl",
|
|
"subConfigurations" : {
|
|
"dlangui" : "sdl"
|
|
}
|
|
},
|
|
{
|
|
"name" : "x11",
|
|
"subConfigurations" : {
|
|
"dlangui" : "x11"
|
|
}
|
|
},
|
|
{
|
|
"name" : "minimal",
|
|
"subConfigurations" : {
|
|
"dlangui" : "minimal"
|
|
}
|
|
}
|
|
]
|
|
}
|