forked from gecko0307/dagon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.json
More file actions
executable file
·47 lines (41 loc) · 1 KB
/
Copy pathdub.json
File metadata and controls
executable file
·47 lines (41 loc) · 1 KB
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
45
46
47
{
"name": "dagon",
"description": "3D game engine for D",
"homepage": "https://gecko0307.github.io/dagon",
"license": "BSL-1.0",
"authors": [
"Timur Gafarov",
"Rafał Ziemniewski",
"Björn Roberg",
"dayllenger",
"Mateusz Muszyński"
],
"importPaths": ["src"],
"sourcePaths": ["src"],
"stringImportPaths": ["shaders", "data/__internal"],
"dependencies": {
"dlib": "~master",
"bindbc-opengl": "0.4.0",
"bindbc-sdl": "0.4.1",
"bindbc-ft": "0.1.0",
"bindbc-nuklear": "0.1.0"
},
"versions": [
"SDL_205",
"GL_40",
"GL_KHR_debug",
"NK_ALL"
],
"buildRequirements":[
"allowWarnings"
],
"configurations": [
{
"name": "library",
"targetType": "library"
}
],
"copyFiles": ["data", "gamecontrollerdb.txt"],
"copyFiles-windows-x86" : ["lib/x86/*.dll"],
"copyFiles-windows-x86_64" : ["lib/x64/*.dll"]
}