-
Notifications
You must be signed in to change notification settings - Fork 70
/
.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