diff options
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/.gitignore | 2 | ||||
| -rw-r--r-- | subprojects/tatl.wrap | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/subprojects/.gitignore b/subprojects/.gitignore new file mode 100644 index 0000000..0147440 --- /dev/null +++ b/subprojects/.gitignore @@ -0,0 +1,2 @@ +*/ +!*.wrap diff --git a/subprojects/tatl.wrap b/subprojects/tatl.wrap new file mode 100644 index 0000000..3b4906d --- /dev/null +++ b/subprojects/tatl.wrap @@ -0,0 +1,6 @@ +[wrap-git] +url = https://github.com/Fuwn/tatl.git +revision = v0.1.3 + +[provide] +tatl = tatl_dep |