This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
shapes-juke/dub.json

15 lines
231 B
JSON
Raw Normal View History

2019-10-03 00:00:00 +00:00
{
"name": "shapes-juke",
"targetPath": ".bin",
2019-10-03 00:00:00 +00:00
"stringImportPaths": ["res"],
"dependencies": {
"sjplayer": {"path": "sjplayer"},
"gl4d": {"path": "thirdparty/gl4d"},
"derelict-sfml2": "~>4.0.0-beta.2"
}
2019-10-03 00:00:00 +00:00
}