aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 0b7febe1a3754415c32aa30662c27355f7deedac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[submodule "deps/lexy"]
   path = deps/lexy
   url = https://github.com/foonathan/lexy
   ignore = dirty
[submodule "scripts"]
   path = scripts
   url = https://github.com/OpenVicProject/scripts
[submodule "deps/dryad"]
   path = deps/dryad
   url = https://github.com/Spartan322/dryad
[submodule "deps/fmt"]
   path = deps/fmt
   url = https://github.com/fmtlib/fmt
[submodule "deps/range-v3"]
   path = deps/range-v3
   url = https://github.com/ericniebler/range-v3