mirror of https://github.com/buggins/dlangui.git
fix dub build
This commit is contained in:
parent
e7571a37c5
commit
a19466c612
12
dub.json
12
dub.json
|
@ -28,6 +28,10 @@
|
|||
"3rdparty", "src"
|
||||
],
|
||||
|
||||
"importPaths": [
|
||||
"3rdparty", "src"
|
||||
],
|
||||
|
||||
"dependencies": {
|
||||
"derelict-gl3": ">=1.0.12",
|
||||
"dlib": ">=0.4.1",
|
||||
|
@ -42,9 +46,9 @@
|
|||
],
|
||||
|
||||
"dependencies": {
|
||||
"dlangui:dlanguilib": "~master",
|
||||
"dlangui:example1": "~master",
|
||||
"dlangui:helloworld": "~master",
|
||||
"dlangui:tetris": "~master"
|
||||
"dlangui:dlanguilib": "*",
|
||||
"dlangui:example1": "*",
|
||||
"dlangui:helloworld": "*",
|
||||
"dlangui:tetris": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
"targetPath": "bin",
|
||||
"targetType": "executable",
|
||||
"targetName": "tetris",
|
||||
|
||||
"copyFiles": ["res"],
|
||||
|
||||
|
|
Loading…
Reference in New Issue