mirror of https://github.com/adamdruppe/arsd.git
trying to get it to dub better
This commit is contained in:
parent
1f8925cf7a
commit
e23e028f18
19
dub.json
19
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": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue