12 lines
211 B
JSON
12 lines
211 B
JSON
{
|
|
"dependencies": {
|
|
"tanya": "~>0.19.0"
|
|
},
|
|
"name": "elna",
|
|
"targetType": "executable",
|
|
"targetPath": "build/bin",
|
|
"mainSourceFile": "source/main.d",
|
|
"libs": ["elna", "stdc++"],
|
|
"lflags": ["-Lbuild"]
|
|
}
|