From f351661fdcad184c4246e8f4ffadc6cb874bf5e6 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 25 Nov 2020 17:54:53 -0800 Subject: thunk_h: add thunk_h submodule thunk_h makes using closure-esque callbacks in C somewhat convenient. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3