- Updated `.gitignore`

- Made package `dante`
- Set target type to `library`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-03 11:29:39 +02:00
parent 49319e82bc
commit f83780e545
4 changed files with 5 additions and 7 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ dante-test-*
*.obj *.obj
*.lst *.lst
dub.selections.json dub.selections.json
libdante.a

View File

@ -9,5 +9,6 @@
}, },
"description": "Renaissance client library", "description": "Renaissance client library",
"license": "LGPL 2", "license": "LGPL 2",
"name": "dante" "name": "dante",
"targetType": "library"
} }

View File

@ -1,6 +0,0 @@
import std.stdio;
void main()
{
writeln("Edit source/app.d to start your project.");
}

2
source/dante/package.d Normal file
View File

@ -0,0 +1,2 @@
module dante;