mirror of https://github.com/buggins/dlangui.git
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"name": "d3d",
|
|
"description": "dlangui library example 3D Application",
|
|
"homepage": "https://github.com/buggins/dlangui",
|
|
"license": "Boost",
|
|
"authors": ["Vadim Lopatin"],
|
|
|
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/models"],
|
|
|
|
"targetPath": "bin",
|
|
"targetName": "d3d",
|
|
"targetType": "executable",
|
|
|
|
"dependencies": {
|
|
"dlangui": {"path": "../../"}
|
|
}
|
|
}
|