diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-11-25 17:54:53 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-11-25 17:54:53 -0800 |
commit | f351661fdcad184c4246e8f4ffadc6cb874bf5e6 (patch) | |
tree | d5cd312ba41505f67f58d45183fe18e50fb63bb5 /.gitmodules |
thunk_h: add thunk_h submodule
thunk_h makes using closure-esque callbacks in C somewhat
convenient.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..17372d1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "thunk_h"] + path = thunk_h + url = git://git.pengaru.com/thunk_h +[submodule "libiou"] + path = libiou + url = git://git.pengaru.com/libiou |