diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-12-12 23:46:58 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-12-12 23:46:58 -0500 |
commit | b1b18ae49b0d22d3fbd5146eb6416c8b9e4dd62c (patch) | |
tree | 7f65e0b5dedccc9afb455fc69947a3d3808ce67e /.gitmodules | |
parent | 0bba9fcee5e67daa482b89b5d813b23d10474b7f (diff) | |
download | fuse_networks-b1b18ae49b0d22d3fbd5146eb6416c8b9e4dd62c.tar.gz fuse_networks-b1b18ae49b0d22d3fbd5146eb6416c8b9e4dd62c.tar.bz2 fuse_networks-b1b18ae49b0d22d3fbd5146eb6416c8b9e4dd62c.zip |
added support for voronoi graph generation—existing example code does not use it yet
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6080600..8296473 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "src/randutils"] path = src/randutils url = https://gist.github.com/imneme/540829265469e673d045 +[submodule "lib/voronoi"] + path = lib/voronoi + url = https://github.com/JCash/voronoi/ |