-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
21 lines (21 loc) · 912 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "USD"]
path = multiverse/external/USD
url = https://github.com/PixarAnimationStudios/USD.git
[submodule "blender"]
path = multiverse/external/blender-git/blender
url = https://projects.blender.org/blender/blender.git
[submodule "mujoco"]
path = multiverse/external/mujoco
url = https://github.com/deepmind/mujoco.git
[submodule "multiverse/external/pybind11"]
path = multiverse/external/pybind11
url = https://github.com/pybind/pybind11
[submodule "resources"]
path = multiverse/resources
url = https://github.com/Multiverse-Framework/Multiverse-Resources.git
[submodule "multiverse/multiverse_knowledge"]
path = multiverse/modules/multiverse_knowledge
url = https://github.com/Multiverse-Framework/Multiverse-Knowledge.git
[submodule "multiverse/modules/multiverse_parser"]
path = multiverse/modules/multiverse_parser
url = https://github.com/Multiverse-Framework/Multiverse-Parser.git