ncui/example/dub.json

14 lines
182 B
JSON

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