diff options
| author | Fuwn <[email protected]> | 2022-06-19 20:04:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 20:04:56 +0000 |
| commit | c5af3b34766fcf3310bd7359986613a9c4b342eb (patch) | |
| tree | 9a6b33f7d5692d3e1daacb1fa90b07098a0e1e47 /subprojects | |
| download | tael-0.1.0.tar.xz tael-0.1.0.zip | |
feat: initial commitv0.1.0
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 |