[add] Created new dub project.
This commit is contained in:
parent
b9f1d1ca58
commit
9f41d0faaf
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.dub
|
||||||
|
.bin
|
||||||
|
|
||||||
|
*.swp
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "thirdparty/dast"]
|
||||||
|
path = thirdparty/dast
|
||||||
|
url = https://gogs.enigmatical.work/kajironagi/dast.git
|
7
dub.json
Normal file
7
dub.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "shapes-juke",
|
||||||
|
|
||||||
|
"targetType": "none",
|
||||||
|
|
||||||
|
"subPackages": ["sjscript"]
|
||||||
|
}
|
9
sjscript/dub.json
Normal file
9
sjscript/dub.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "sjscript",
|
||||||
|
|
||||||
|
"targetPath": ".bin",
|
||||||
|
|
||||||
|
"dependencies": {
|
||||||
|
"dast": {"path": "../thirdparty/dast"}
|
||||||
|
}
|
||||||
|
}
|
1
thirdparty/dast
vendored
Submodule
1
thirdparty/dast
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0b38f7365e99e9ada6d874f1ecfc99e90e43e670
|
Reference in New Issue
Block a user