elna/dub.json

12 lines
211 B
JSON
Raw Normal View History

2024-02-25 15:16:19 +01:00
{
"dependencies": {
"tanya": "~>0.19.0"
},
"name": "elna",
"targetType": "executable",
"targetPath": "build/bin",
2024-02-28 16:18:39 +01:00
"mainSourceFile": "source/main.d",
"libs": ["elna", "stdc++"],
"lflags": ["-Lbuild"]
2024-02-25 15:16:19 +01:00
}