diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-09-28 08:29:55 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-09-28 08:29:55 +1000 |
| commit | f09ba5ffd53bf7d28e0dc516c00a8f69ca7efae9 (patch) | |
| tree | affce5567186d8944686afd824bf4ee4f7ee4d2d /lib/bindey/.gitmodules | |
| parent | f168bfab7698f28492c7693263525945a26cbcc8 (diff) | |
| download | tangara-fw-f09ba5ffd53bf7d28e0dc516c00a8f69ca7efae9.tar.gz | |
Use bindey for databinding instead of hand rolling ui updates
Diffstat (limited to 'lib/bindey/.gitmodules')
| -rw-r--r-- | lib/bindey/.gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
