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 |
thunk_h: add thunk_h submodule
thunk_h makes using closure-esque callbacks in C somewhat
convenient.
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | thunk_h | 0 |
2 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 diff --git a/thunk_h b/thunk_h new file mode 160000 +Subproject 070e8c57d5829e9b429f698c329a6d0b0d4d071 |