diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-03-28 17:16:27 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-03-28 17:16:27 +0100 |
commit | 126de015791458346cd58aff9bcc20220eb9d805 (patch) | |
tree | 2ea51b0eb069cc9a7bf819b698d568e2e5a77a51 /.gitmodules | |
download | code-126de015791458346cd58aff9bcc20220eb9d805.tar.gz code-126de015791458346cd58aff9bcc20220eb9d805.tar.bz2 code-126de015791458346cd58aff9bcc20220eb9d805.zip |
Initial commit.
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..a14394b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "randutils"] + path = randutils + url = https://gist.github.com/imneme/540829265469e673d045 +[submodule "pcg-cpp"] + path = pcg-cpp + url = https://github.com/imneme/pcg-cpp |