-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
147 lines (111 loc) · 3.76 KB
/
Copy path.gitmodules
File metadata and controls
147 lines (111 loc) · 3.76 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[submodule "libs/bgfx/source"]
path = libs/bgfx/source
url = https://github.com/bkaradzic/bgfx
[submodule "libs/boost/assert"]
path = libs/boost/assert
url = https://github.com/boostorg/assert
[submodule "libs/boost/config"]
path = libs/boost/config
url = https://github.com/boostorg/config
[submodule "libs/boost/container_hash"]
path = libs/boost/container_hash
url = https://github.com/boostorg/container_hash
[submodule "libs/boost/core"]
path = libs/boost/core
url = https://github.com/boostorg/core
[submodule "libs/boost/describe"]
path = libs/boost/describe
url = https://github.com/boostorg/describe
[submodule "libs/boost/detail"]
path = libs/boost/detail
url = https://github.com/boostorg/detail
[submodule "libs/boost/exception"]
path = libs/boost/exception
url = https://github.com/boostorg/exception
[submodule "libs/boost/mp11"]
path = libs/boost/mp11
url = https://github.com/boostorg/mp11
[submodule "libs/boost/pfr"]
path = libs/boost/pfr
url = https://github.com/boostorg/pfr
[submodule "libs/boost/predef"]
path = libs/boost/predef
url = https://github.com/boostorg/predef
[submodule "libs/boost/static_assert"]
path = libs/boost/static_assert
url = https://github.com/boostorg/static_assert
[submodule "libs/boost/throw_exception"]
path = libs/boost/throw_exception
url = https://github.com/boostorg/throw_exception
[submodule "libs/boost/type_traits"]
path = libs/boost/type_traits
url = https://github.com/boostorg/type_traits
[submodule "libs/boost/unordered"]
path = libs/boost/unordered
url = https://github.com/boostorg/unordered
[submodule "libs/boost/utility"]
path = libs/boost/utility
url = https://github.com/boostorg/utility
[submodule "libs/boost/uuid"]
path = libs/boost/uuid
url = https://github.com/boostorg/uuid
[submodule "libs/cgnbt"]
path = libs/cgnbt
url = https://github.com/cherryridge/cgnbt
[submodule "libs/cli11"]
path = libs/cli11
url = https://github.com/CLIUtils/CLI11
[submodule "libs/flecs"]
path = libs/flecs
url = https://github.com/SanderMertens/flecs
[submodule "libs/freetype"]
path = libs/freetype
url = https://github.com/freetype/freetype
[submodule "libs/function2"]
path = libs/function2
url = https://github.com/Naios/function2
[submodule "libs/glaze"]
path = libs/glaze
url = https://github.com/stephenberry/glaze
[submodule "libs/glm"]
path = libs/glm
url = https://github.com/g-truc/glm
[submodule "libs/libarchive"]
path = libs/libarchive
url = https://github.com/libarchive/libarchive
[submodule "libs/luau"]
path = libs/luau
url = https://github.com/luau-lang/luau
[submodule "libs/lz4"]
path = libs/lz4
url = https://github.com/lz4/lz4
[submodule "libs/quickjs"]
path = libs/quickjs
url = https://github.com/quickjs-ng/quickjs
[submodule "libs/rocksdb"]
path = libs/rocksdb
url = https://github.com/facebook/rocksdb
[submodule "libs/sdl"]
path = libs/sdl
url = https://github.com/libsdl-org/SDL
[submodule "libs/sdl_image"]
path = libs/sdl_image
url = https://github.com/libsdl-org/SDL_image
[submodule "libs/soloud/source"]
path = libs/soloud/source
url = https://github.com/jarikomppa/soloud
[submodule "libs/xz"]
path = libs/xz
url = https://github.com/tukaani-project/xz
[submodule "libs/zlib-ng"]
path = libs/zlib-ng
url = https://github.com/zlib-ng/zlib-ng
[submodule "libs/zstd"]
path = libs/zstd
url = https://github.com/facebook/zstd
[submodule "packing/windows/translations/chs"]
path = packing/windows/translations/chs
url = https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation
[submodule "src/graphics/backend"]
path = src/graphics/backend
url = https://github.com/cherryridge/imgui_impl_bgfx