mirror of https://github.com/adamdruppe/arsd.git
expose ico to dub
This commit is contained in:
parent
7854767903
commit
020dc221c8
13
dub.json
13
dub.json
|
@ -398,6 +398,19 @@
|
||||||
},
|
},
|
||||||
"sourceFiles": ["bmp.d"]
|
"sourceFiles": ["bmp.d"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ico",
|
||||||
|
"description": "Windows icon and crsor file format support",
|
||||||
|
"targetType": "library",
|
||||||
|
"dflags-dmd": ["-mv=arsd.ico=$PACKAGE_DIR/ico.d"],
|
||||||
|
"dflags-ldc": ["--mv=arsd.ico=$PACKAGE_DIR/ico.d"],
|
||||||
|
"dflags-gdc": ["-fmodule-file=arsd.ico=$PACKAGE_DIR/ico.d"],
|
||||||
|
"dependencies": {
|
||||||
|
"arsd-official:color_base":"*",
|
||||||
|
"arsd-official:core":"*"
|
||||||
|
},
|
||||||
|
"sourceFiles": ["ico.d"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "htmltotext",
|
"name": "htmltotext",
|
||||||
"description": "HTML to plain text conversion",
|
"description": "HTML to plain text conversion",
|
||||||
|
|
Loading…
Reference in New Issue