forked from hugoam/two
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
65 lines (65 loc) · 2.01 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[submodule "3rdparty/bx"]
path = 3rdparty/bx
url = https://github.com/bkaradzic/bx
branch = master
[submodule "3rdparty/stb"]
path = 3rdparty/stb
url = https://github.com/nothings/stb
[submodule "3rdparty/nanovg"]
path = 3rdparty/nanovg
url = https://github.com/memononen/nanovg
[submodule "3rdparty/nanovgvg-layers"]
path = 3rdparty/nanovg-layers
url = https://github.com/hugoam/nanovg
[submodule "3rdparty/bimg"]
path = 3rdparty/bimg
url = https://github.com/hugoam/bimg
[submodule "3rdparty/bgfx"]
path = 3rdparty/bgfx
url = https://github.com/hugoam/bgfx
branch = master
[submodule "3rdparty/lua"]
path = 3rdparty/lua
url = https://github.com/lua/lua
[submodule "3rdparty/nanovg-layers"]
path = 3rdparty/nanovg-layers
url = https://github.com/hugoam/nanovg
[submodule "3rdparty/GENie"]
path = 3rdparty/GENie
url = https://github.com/hugoam/GENie
[submodule "3rdparty/vg-renderer"]
path = 3rdparty/vg-renderer
url = https://github.com/hugoam/vg-renderer
[submodule "3rdparty/FastNoise"]
path = 3rdparty/FastNoise
url = https://github.com/Auburns/FastNoise
[submodule "3rdparty/vorbis"]
path = 3rdparty/vorbis
url = https://github.com/xiph/vorbis
[submodule "3rdparty/ogg"]
path = 3rdparty/ogg
url = https://github.com/xiph/ogg
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw
[submodule "3rdparty/json11"]
path = 3rdparty/json11
url = https://github.com/dropbox/json11
[submodule "3rdparty/wren"]
path = 3rdparty/wren
url = https://github.com/munificent/wren
[submodule "3rdparty/fcontext"]
path = 3rdparty/fcontext
url = https://github.com/septag/deboost.context
[submodule "3rdparty/tracy"]
path = 3rdparty/tracy
url = https://bitbucket.org/wolfpld/tracy.git
[submodule "3rdparty/xatlas"]
path = 3rdparty/xatlas
url = https://github.com/jpcy/xatlas
[submodule "3rdparty/meshoptimizer"]
path = 3rdparty/meshoptimizer
url = https://github.com/zeux/meshoptimizer
[submodule "3rdparty/culling"]
path = 3rdparty/culling
url = https://github.com/hugoam/MaskedOcclusionCulling