-
Notifications
You must be signed in to change notification settings - Fork 54
/
.gitmodules
33 lines (33 loc) · 1.31 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
[submodule "3rdparty/polypartition"]
path = src/3rdparty/polypartition
url = https://github.com/ivanfratric/polypartition.git
[submodule "3rdparty/rectpack2D"]
path = src/3rdparty/rectpack2D
url = https://github.com/TeamHypersomnia/rectpack2D.git
[submodule "3rdparty/openal-soft"]
path = src/3rdparty/openal-soft
url = https://github.com/kcat/openal-soft.git
[submodule "3rdparty/lodepng"]
path = src/3rdparty/lodepng
url = https://github.com/lvandeve/lodepng.git
[submodule "3rdparty/Catch"]
path = src/3rdparty/Catch
url = https://github.com/philsquared/Catch.git
[submodule "cmake/Introspector-generator"]
path = cmake/Introspector-generator
url = https://github.com/TeamHypersomnia/Introspector-generator.git
[submodule "src/3rdparty/imgui"]
path = src/3rdparty/imgui
url = https://github.com/ocornut/imgui
[submodule "src/3rdparty/yojimbo"]
path = src/3rdparty/yojimbo
url = https://github.com/TeamHypersomnia/yojimbo.git
[submodule "src/3rdparty/rapidjson"]
path = src/3rdparty/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "src/3rdparty/libdatachannel"]
path = src/3rdparty/libdatachannel
url = https://github.com/paullouisageneau/libdatachannel.git
[submodule "src/3rdparty/datachannel-wasm"]
path = src/3rdparty/datachannel-wasm
url = https://github.com/paullouisageneau/datachannel-wasm.git