diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-09-13 23:29:07 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-09-13 23:29:07 +0200 |
commit | 4ed15ffe73f83dfaaddd796021740864dbff4def (patch) | |
tree | 3cfbb2515a847e83b0112a39376ec0fe0420fdd8 /.gitmodules | |
download | code-4ed15ffe73f83dfaaddd796021740864dbff4def.tar.gz code-4ed15ffe73f83dfaaddd796021740864dbff4def.tar.bz2 code-4ed15ffe73f83dfaaddd796021740864dbff4def.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..d9c0c06 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "randutils"] + path = randutils + url = https://gist.github.com/makokal/3bf4f1f66b9686384f75 +[submodule "pcg-cpp"] + path = pcg-cpp + url = https://github.com/imneme/pcg-cpp |