Initial commit

This commit is contained in:
2022-06-05 15:16:04 +02:00
commit 5490f6ce1c
17 changed files with 1618 additions and 0 deletions

9
dub.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"tanya": "~>0.18.0"
},
"name": "elna",
"targetType": "executable",
"targetPath": "build/bin",
"mainSourceFile": "source/main.d"
}