blob: d4c2c5530d33cd9d5deea89ed4b9cd76b3f302cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[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
ignore = dirty
[submodule "deps/range-v3"]
path = deps/range-v3
url = https://github.com/ericniebler/range-v3
ignore = dirty
[submodule "tests/deps/snitch"]
path = tests/deps/snitch
url = https://github.com/snitch-org/snitch
ignore = dirty
|