forked from Circular-Studios/Dash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dub.json
37 lines (37 loc) · 867 Bytes
/
dub.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "dash",
"description": "A game engine in dlang.",
"copyright": "2013 - 2014",
"license": "MIT",
"authors": [
"Colden Cullen",
"Brandon Littell",
"Eric Christenson",
"Tyler Wozniak",
"Sean Brennan",
"Timothy Reynolds"
],
"dependencies": {
"derelict-gl3": "~master",
"derelict-fi": "~master",
"derelict-assimp3": "~master",
"dyaml": "~master",
"gl3n" : "~master",
"dlogg": "~>0.2.2",
"x11": { "version": "==1.0.0", "optional": true }
},
"targetName": "dash",
"targetType": "library",
"mainSourceFile": "source/app.d",
"sourcePaths": [ "source/" ],
"importPaths": [ "source/" ],
"libs-windows": [
"Awesomium"
],
"-ddoxFilterArgs": [ "--min-protection=Protected" ],
"importPaths-windows": [ "third_party/DWinProgramming" ],
"libs-windows": [
"gdi32", "ole32", "kernel32",
"user32", "comctl32", "comdlg32"
]
}