From c6e2961cc13216b8eaccafbb0ba4be0de90941cd Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Sun, 14 Aug 2022 18:20:51 -0400 Subject: [PATCH] Use webfreak's tutorial to tell dub main source --- dub.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dub.json b/dub.json index 1e5f668..f6fc3f6 100644 --- a/dub.json +++ b/dub.json @@ -11,6 +11,8 @@ "copyright": "Copyright © 2022, jordan4ibanez", + "mainSourceFile": "source/crafter.d", + "dependencies": { "fast_noise": "~>1.0.3", "delta_time": "~>1.0.2",