-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
57 lines (57 loc) · 1.64 KB
/
.gitmodules
File metadata and controls
57 lines (57 loc) · 1.64 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "ext/sokol"]
path = ext/sokol
url = https://github.com/elix22/sokol.git
[submodule "tools/sokol-tools"]
path = tools/sokol-tools
url = https://github.com/elix22/sokol-tools.git
[submodule "ext/cimgui"]
path = ext/cimgui
url = https://github.com/elix22/cimgui.git
branch = v1.92.2b
[submodule "tools/emsdk"]
path = tools/emsdk
url = https://github.com/emscripten-core/emsdk.git
[submodule "ext/joltc"]
path = ext/joltc
url = https://github.com/elix22/joltc.git
branch = sokol-dev
[submodule "ext/box2d"]
path = ext/box2d
url = https://github.com/elix22/box2d.git
branch = sokol-dev
[submodule "ext/SharpGLTF"]
path = ext/SharpGLTF
url = https://github.com/elix22/SharpGLTF.git
branch = sokol-dotnet
[submodule "ext/cgltf"]
path = ext/cgltf
url = https://github.com/elix22/cgltf.git
[submodule "ext/manifold"]
path = ext/manifold
url = https://github.com/elix22/manifold.git
branch = sokol-dev
[submodule "ext/lynx"]
path = ext/lynx
url = https://github.com/lynx-chess/Lynx.git
[submodule "ext/nanovg"]
path = ext/nanovg
url = https://github.com/elix22/nanovg.git
branch = sokol-nanovg
[submodule "ext/nanosvg"]
path = ext/nanosvg
url = https://github.com/elix22/nanosvg.git
[submodule "ext/bullet3"]
path = ext/bullet3
url = https://github.com/elix22/bullet3.git
[submodule "ext/JoltPhysics"]
path = ext/JoltPhysics
url = https://github.com/elix22/JoltPhysics.git
branch = v5.5.0.bindings
[submodule "ext/miniaudio"]
path = ext/miniaudio
url = https://github.com/elix22/miniaudio.git
branch = sokol-dev
[submodule "ext/TinySoundFont"]
path = ext/TinySoundFont
url = https://github.com/elix22/TinySoundFont.git
branch = sokol-dev