diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-09-16 16:47:05 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-09-16 16:47:05 +0200 |
commit | 496dcbd9960677db246a84bcd3e4b4230ee28e0a (patch) | |
tree | 7477598b762a825e7aefae74a6748df7601fca33 /.gitmodules | |
download | spheres-496dcbd9960677db246a84bcd3e4b4230ee28e0a.tar.gz spheres-496dcbd9960677db246a84bcd3e4b4230ee28e0a.tar.bz2 spheres-496dcbd9960677db246a84bcd3e4b4230ee28e0a.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 |