-
Notifications
You must be signed in to change notification settings - Fork 64
/
.gitmodules
31 lines (31 loc) · 996 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
26
27
28
29
30
31
[submodule "src/ext/xxHash"]
path = src/ext/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule "src/ext/spdlog"]
path = src/ext/spdlog
url = https://github.com/LuisaGroup/spdlog.git
[submodule "src/ext/stb/stb"]
path = src/ext/stb/stb
url = https://github.com/nothings/stb.git
[submodule "src/ext/glfw"]
path = src/ext/glfw
url = https://github.com/glfw/glfw.git
[submodule "src/ext/EASTL"]
path = src/ext/EASTL
url = https://github.com/LuisaGroup/EASTL.git
[submodule "src/ext/pybind11"]
path = src/ext/pybind11
url = https://github.com/LuisaGroup/pybind11.git
[submodule "src/ext/magic_enum"]
path = src/ext/magic_enum
url = https://github.com/Neargye/magic_enum
[submodule "src/ext/imgui"]
path = src/ext/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "src/ext/reproc"]
path = src/ext/reproc
url = https://github.com/LuisaGroup/reproc.git
[submodule "src/ext/marl"]
path = src/ext/marl
url = https://github.com/LuisaGroup/marl.git