ncui/example/dub.json

11 lines
158 B
JSON

{
"name": "example",
"targetName": "example",
"targetType": "executable",
"targetPath": "../bin",
"dependencies": {
"ncui": {
"path": ".."
}
}
}