Add a D version

This commit is contained in:
2025-07-16 13:36:26 +02:00
commit b4d309a4b2
21 changed files with 3064 additions and 0 deletions

9
dub.json Normal file
View File

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