forked from extrawurst/unecht
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dub.json
29 lines (26 loc) · 906 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
{
"name": "unecht",
"description": "Game Engine Framework for the D programming language.",
"copyright": "Copyright © 2015, Stephan Dilly",
"authors": ["Stephan Dilly"],
"license": "MIT",
"targetType": "library",
"mainSourceFile": "source/unecht/appmain.d",
"dependencies":
{
"tharsis-dimgui": {"version":"~master", "path": "submodules/tharsis-dimgui/"},
"gl3n": {"version":"~master", "path": "submodules/gl3n/"},
"tharsis-prof": {"version":"~master", "path": "submodules/tharsis.prof/"},
"derelict-ode": {"version": "~master", "path": "submodules/DerelictODE/"},
"derelict-glfw3": "~>1.1.0",
"derelict-gl3": "~>1.0.12",
"derelict-fi": "~>1.9.0",
"derelict-util": "~>1.9.1",
"cerealed": "~>0.5.0"
},
"versions":["DerelictODE_Single"],
"subConfigurations": {
"tharsis-dimgui": "derelict-gl-library",
},
"stringImportPaths": ["imp","imp/tex"]
}