-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
90 lines (90 loc) · 3.02 KB
/
.gitmodules
File metadata and controls
90 lines (90 loc) · 3.02 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
[submodule "dep_modules/catch"]
path = dep_modules/catch
url = https://github.com/philsquared/Catch
[submodule "dep_modules/glfw"]
path = dep_modules/glfw
url = https://github.com/magicmoremagic/glfw
[submodule "dep_modules/glm"]
path = dep_modules/glm
url = https://github.com/magicmoremagic/glm
[submodule "dep_modules/gsl"]
path = dep_modules/gsl
url = https://github.com/Microsoft/GSL
[submodule "dep_modules/lua"]
path = dep_modules/lua
url = https://github.com/magicmoremagic/lua
[submodule "dep_modules/pugixml"]
path = dep_modules/pugixml
url = https://github.com/zeux/pugixml
[submodule "dep_modules/stb"]
path = dep_modules/stb
url = https://github.com/nothings/stb
[submodule "dep_modules/zlib"]
path = dep_modules/zlib
url = https://github.com/madler/zlib
[submodule "limp/common"]
path = limp/common
url = https://github.com/magicmoremagic/bengine-limp-common
[submodule "limp/build"]
path = limp/build
url = https://github.com/magicmoremagic/bengine-limp-build
[submodule "modules/belua"]
path = modules/belua
url = https://github.com/magicmoremagic/bengine-belua
[submodule "modules/blt"]
path = modules/blt
url = https://github.com/magicmoremagic/bengine-blt
[submodule "modules/cli"]
path = modules/cli
url = https://github.com/magicmoremagic/bengine-cli
[submodule "modules/core"]
path = modules/core
url = https://github.com/magicmoremagic/bengine-core
[submodule "modules/ctable"]
path = modules/ctable
url = https://github.com/magicmoremagic/bengine-ctable
[submodule "modules/gfx"]
path = modules/gfx
url = https://github.com/magicmoremagic/bengine-gfx
[submodule "modules/perf"]
path = modules/perf
url = https://github.com/magicmoremagic/bengine-perf
[submodule "modules/platform"]
path = modules/platform
url = https://github.com/magicmoremagic/bengine-platform
[submodule "modules/sqlite"]
path = modules/sqlite
url = https://github.com/magicmoremagic/bengine-sqlite
[submodule "modules/testing"]
path = modules/testing
url = https://github.com/magicmoremagic/bengine-testing
[submodule "modules/util"]
path = modules/util
url = https://github.com/magicmoremagic/bengine-util
[submodule "tools/bglgen"]
path = tools/bglgen
url = https://github.com/magicmoremagic/bengine-tools-bglgen
[submodule "tools/bltc"]
path = tools/bltc
url = https://github.com/magicmoremagic/bengine-tools-bltc
[submodule "tools/gfx"]
path = tools/gfx
url = https://github.com/magicmoremagic/bengine-tools-gfx
[submodule "tools/limp"]
path = tools/limp
url = https://github.com/magicmoremagic/bengine-tools-limp
[submodule "tools/misc"]
path = tools/misc
url = https://github.com/magicmoremagic/bengine-tools-misc
[submodule "tools/sysinfo"]
path = tools/sysinfo
url = https://github.com/magicmoremagic/bengine-tools-sysinfo
[submodule "demos/gfx"]
path = demos/gfx
url = https://github.com/magicmoremagic/bengine-demos-gfx
[submodule "demos/misc"]
path = demos/misc
url = https://github.com/magicmoremagic/bengine-demos-misc
[submodule "demos/kiview"]
path = demos/kiview
url = https://github.com/magicmoremagic/bengine-kiview