mirror of https://github.com/adamdruppe/arsd.git
commit
1f8925cf7a
4
dub.json
4
dub.json
|
@ -22,7 +22,7 @@
|
||||||
{
|
{
|
||||||
"name": "normal",
|
"name": "normal",
|
||||||
"libs-posix": ["X11", "Xext", "GL", "GLU"],
|
"libs-posix": ["X11", "Xext", "GL", "GLU"],
|
||||||
"libs-windows": ["gdi32", "opengl32", "glu32"],
|
"libs-windows": ["gdi32", "opengl32", "glu32"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "without-opengl",
|
"name": "without-opengl",
|
||||||
|
@ -61,7 +61,6 @@
|
||||||
"dependencies": {"arsd-official:htmltotext":"*"},
|
"dependencies": {"arsd-official:htmltotext":"*"},
|
||||||
"dflags": ["-mv=arsd.email=email.d"],
|
"dflags": ["-mv=arsd.email=email.d"],
|
||||||
"sourceFiles": ["email.d"]
|
"sourceFiles": ["email.d"]
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "image_files",
|
"name": "image_files",
|
||||||
|
@ -185,6 +184,7 @@
|
||||||
"name": "without_openssl",
|
"name": "without_openssl",
|
||||||
"versions": ["without_openssl"]
|
"versions": ["without_openssl"]
|
||||||
}
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jsvar",
|
"name": "jsvar",
|
||||||
|
|
Loading…
Reference in New Issue