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