forked from Circular-Studios/Dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.json
More file actions
44 lines (41 loc) · 891 Bytes
/
dub.json
File metadata and controls
44 lines (41 loc) · 891 Bytes
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
38
39
40
41
42
43
44
{
"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-shared" : "~master"
},
"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"
],
"dependencies-linux": {
"x11": {
"version": "~master",
"optional": true
}
}
}