forked from theseus-os/Theseus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
25 lines (25 loc) · 803 Bytes
/
.gitmodules
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
[submodule "libs/dfqueue"]
path = libs/dfqueue
url = https://github.com/theseus-os/DFQueue
ignore = dirty
[submodule "libs/object"]
path = libs/object
url = https://github.com/theseus-os/object.git
[submodule "libs/libc"]
path = ports/libc
url = https://github.com/theseus-os/libc.git
[submodule "libs/indexmap"]
path = libs/indexmap
url = https://github.com/theseus-os/indexmap
[submodule "ports/region"]
path = ports/region
url = https://github.com/theseus-os/region-rs
[submodule "ports/backtrace"]
path = ports/backtrace
url = https://github.com/theseus-os/backtrace-rs.git
[submodule "libs/thiserror-core2"]
path = libs/thiserror-core2
url = https://github.com/theseus-os/thiserror-core2.git
[submodule "libs/core2"]
path = libs/core2
url = https://github.com/theseus-os/core2.git