diff options
author | Julien Dessaux | 2022-12-03 14:44:50 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-12-03 15:07:57 +0100 |
commit | 0bf0375200d28e558f036103b9a19976f8d45872 (patch) | |
tree | 91dd1e3ddc0e3fa965e867e628eebdac42d78f2c /.gitmodules | |
parent | Fixed bugs from zig 0.10 upgrade (some real!) (diff) | |
download | zigfunge98-0bf0375200d28e558f036103b9a19976f8d45872.tar.gz zigfunge98-0bf0375200d28e558f036103b9a19976f8d45872.tar.bz2 zigfunge98-0bf0375200d28e558f036103b9a19976f8d45872.zip |
Began writing a debugging tui
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bdabf44..a6eb613 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "spec"] path = spec url = https://github.com/catseye/Funge-98 +[submodule "lib/spoon"] + path = lib/spoon + url = https://git.sr.ht/~leon_plickat/zig-spoon |