This commit is contained in:
2016-08-24 18:15:21 +02:00
parent c0df3c9330
commit a3efee6d7f
21 changed files with 4193 additions and 0 deletions

17
dub.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "tanya",
"description": "D library with event loop",
"license": "MPL-2.0",
"copyright": "(c) Eugene Wissner <info@caraus.de>",
"authors": [
"Eugene Wissner"
],
"targetType": "library",
"configurations": [
{
"name": "library"
}
]
}