-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
41 lines (41 loc) · 1.3 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[submodule "imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "implot"]
path = external/implot
url = https://github.com/epezent/implot
[submodule "spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
[submodule "nativefiledialog_extended"]
path = external/nativefiledialog_extended
url = https://github.com/btzy/nativefiledialog-extended
ignore = dirty
[submodule "glad"]
path = external/glad
url = https://github.com/Dav1dde/glad/
[submodule "immvision"]
path = external/immvision
url = https://github.com/g-tejas/immvision
[submodule "console_bridge"]
path = external/ros/console_bridge
url = https://github.com/ros/console_bridge/
ignore = dirty
[submodule "roscpp_core"]
path = external/ros/roscpp_core
url = https://github.com/ros/roscpp_core
[submodule "basalt-headers"]
path = external/basalt-headers
url = https://github.com/vilota-dev/basalt-headers
[submodule "ecal-common"]
path = external/ecal-common
url = https://github.com/vilota-dev/ecal-common/
[submodule "ros_comm"]
path = external/ros/ros_comm
url = https://github.com/vilota-dev/ros_comm
[submodule "thread-pool"]
path = external/thread-pool
url = https://github.com/bshoshany/thread-pool
[submodule "SPSCQueue"]
path = external/SPSCQueue
url = https://github.com/rigtorp/SPSCQueue