diff --git a/.gitignore b/.gitignore index c566989..24e273b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ dante-test-* *.obj *.lst dub.selections.json +libdante.a diff --git a/dub.json b/dub.json index 5e7f6b7..6361e2a 100644 --- a/dub.json +++ b/dub.json @@ -9,5 +9,6 @@ }, "description": "Renaissance client library", "license": "LGPL 2", - "name": "dante" + "name": "dante", + "targetType": "library" } \ No newline at end of file diff --git a/source/app.d b/source/app.d deleted file mode 100644 index c3eec7f..0000000 --- a/source/app.d +++ /dev/null @@ -1,6 +0,0 @@ -import std.stdio; - -void main() -{ - writeln("Edit source/app.d to start your project."); -} diff --git a/source/dante/package.d b/source/dante/package.d new file mode 100644 index 0000000..cbdb25f --- /dev/null +++ b/source/dante/package.d @@ -0,0 +1,2 @@ +module dante; +