1
0
Files
otyaSMILEBASIC/dub.json

14 lines
327 B
JSON
Raw Normal View History

{
"name": "otyasmilebasic",
"dependencies": {
2016-07-31 07:15:01 +09:00
"derelict-sdl2": "~>1.9.7",
"derelict-gl3": "*"
},
2017-07-03 18:40:27 +09:00
"sourcePaths": ["SMILEBASIC/"],
"targetType": "executable",
"buildRequirements": ["allowWarnings"],
"targetPath": "out",
"workingDirectory": "out",
2016-12-25 22:48:29 +09:00
"copyFiles": ["SMILEBASIC/spdef.csv", "SMILEBASIC/dialogresource"]
2016-07-31 07:15:01 +09:00
}