From f09ba5ffd53bf7d28e0dc516c00a8f69ca7efae9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 28 Sep 2023 08:29:55 +1000 Subject: Use bindey for databinding instead of hand rolling ui updates --- lib/bindey/.gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/bindey/.gitmodules (limited to 'lib/bindey/.gitmodules') diff --git a/lib/bindey/.gitmodules b/lib/bindey/.gitmodules new file mode 100644 index 00000000..67f59dd4 --- /dev/null +++ b/lib/bindey/.gitmodules @@ -0,0 +1,6 @@ +[submodule "lib/Catch2"] + path = lib/Catch2 + url = git@github.com:catchorg/Catch2.git +[submodule "lib/nod"] + path = lib/nod + url = git@github.com:fr00b0/nod.git -- cgit v1.2.3