From e23e028f183d411bcd8a08e43f67a6bf991aca40 Mon Sep 17 00:00:00 2001
From: "Adam D. Ruppe" <destructionator@gmail.com>
Date: Fri, 18 Oct 2019 10:29:45 -0400
Subject: [PATCH] trying to get it to dub better

---
 dub.json | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/dub.json b/dub.json
index d6677e3..dde4b93 100644
--- a/dub.json
+++ b/dub.json
@@ -6,9 +6,26 @@
 	"description": "A container of various subpackages that do lots of different things. You should use one of the subpackages instead of the main package in most cases, but you can try the complete package if you get duplicated dependency issues.",
 	"license":"BSL-1.0",
 	"dependencies": {
+		":simpledisplay": "*",
+		":minigui": "*",
+		":nanovega": "*",
+		":email": "*",
+		":image_files": "*",
+		":htmltotext": "*",
+		":dom": "*",
+		":characterencodings": "*",
 		":cgi": "*",
+		":mysql": "*",
+		":postgres": "*",
+		":sqlite": "*",
+		":mssql": "*",
 		":http": "*",
-		":terminal": "*"
+		":jsvar": "*",
+		":script": "*",
+		":terminal": "*",
+		":ttf": "*",
+		":color_base": "*",
+		":database_base": "*"
 	},
 	"subPackages": [
 		{