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

16 lines
272 B
JSON

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