mirror of https://github.com/adamdruppe/arsd.git
dub sucks
This commit is contained in:
parent
a81a1b2750
commit
43f34ca3fd
4
dub.json
4
dub.json
|
@ -3,13 +3,15 @@
|
|||
"targetType": "sourceLibrary",
|
||||
"sourcePaths": ["dummy"],
|
||||
"dependencies": {},
|
||||
"description": "A container of various subpackages that do lots of different things.",
|
||||
"description": "A container of various subpackages that do lots of different things. Do not use this as a package itself, instead use the subpackages for what you need (or better yet, ditch dub and do things the simple, reliably way of dmd *.d). So make your dependency like \"arsd-official:simpledisplay\" rather than \"arsd-official\".",
|
||||
"license":"BSL-1.0",
|
||||
"subPackages": [
|
||||
{
|
||||
"name": "simpledisplay",
|
||||
"description": "Window creation and basic drawing",
|
||||
"targetType": "sourceLibrary",
|
||||
"libs-posix": ["X11", "Xext", "GL", "GLU"],
|
||||
"libs-windows": ["gdi32"],
|
||||
"sourceFiles": ["simpledisplay.d", "color.d"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue