summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-08-10 10:44:06 -0400
committerShav Kinderlehrer <[email protected]>2023-08-10 10:44:06 -0400
commit26ba41d08f86fc006edf9c0552205e2851a1060b (patch)
tree06446a566208b343edfd6ad8eec0258afa39ab73 /dub.json
parentdb53ee6c3bdd8d14c196f06b6377f2418779f82d (diff)
downloadprim-26ba41d08f86fc006edf9c0552205e2851a1060b.tar.gz
prim-26ba41d08f86fc006edf9c0552205e2851a1060b.zip
Fix rendering issues + add git comp
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/dub.json b/dub.json
index 52e2da0..49ed42b 100644
--- a/dub.json
+++ b/dub.json
@@ -3,7 +3,9 @@
"zerocool"
],
"copyright": "Copyright © 2023, zerocool",
+ "dependencies": {
+ },
"description": "A minimal D application.",
"license": "proprietary",
"name": "prim"
-} \ No newline at end of file
+}