[add] Created new dub project.

This commit is contained in:
falsycat 2019-10-03 00:00:00 +00:00
parent b9f1d1ca58
commit 9f41d0faaf
5 changed files with 24 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.dub
.bin
*.swp

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "thirdparty/dast"]
path = thirdparty/dast
url = https://gogs.enigmatical.work/kajironagi/dast.git

7
dub.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "shapes-juke",
"targetType": "none",
"subPackages": ["sjscript"]
}

9
sjscript/dub.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "sjscript",
"targetPath": ".bin",
"dependencies": {
"dast": {"path": "../thirdparty/dast"}
}
}

1
thirdparty/dast vendored Submodule

@ -0,0 +1 @@
Subproject commit 0b38f7365e99e9ada6d874f1ecfc99e90e43e670