From 73e122cabd3436a9a2b0f8191608444c1b5e0a82 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 23 Mar 2020 14:38:37 -0400 Subject: [PATCH] dub sux --- dub.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index a70f177..cbdad54 100644 --- a/dub.json +++ b/dub.json @@ -309,7 +309,20 @@ "targetType": "library", "sourceFiles": ["terminal.d"], "importPaths": ["."], - "dflags": ["-mv=arsd.terminal=terminal.d"] + "dflags": ["-mv=arsd.terminal=terminal.d"], + "configurations": [ + { + "name": "normal" + }, + { + "name": "builtin_emulator", + "versions": ["TerminalDirectToEmulator"], + "dependencies": { + "adr-terminalemulator:core": ">=0.0.7", + "arsd-official:minigui": "*" + } + } + ] }, { "name": "ttf",