mirror of https://github.com/adamdruppe/arsd.git
dub sux
This commit is contained in:
parent
a54dc55d22
commit
73e122cabd
15
dub.json
15
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",
|
||||
|
|
Loading…
Reference in New Issue