dlangui/examples/themetest/dub.json

14 lines
265 B
JSON

{
"name": "themetest",
"targetPath": "bin",
"targetType": "executable",
"stringImportPaths": ["views", "views/res"],
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
"dependencies": {
"dlangui": {"path": "../../"}
}
}