-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
90 lines (90 loc) · 3.15 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
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 "submodules/c_colors"]
path = submodules/c_colors
url = https://github.com/binRick/c_colors
[submodule "submodules/assertf"]
path = submodules/assertf
url = https://github.com/leiless/assertf.h
[submodule "submodules/bytes"]
path = submodules/bytes
url = https://github.com/clibs/bytes
[submodule "submodules/c_string_buffer"]
path = submodules/c_string_buffer
url = https://github.com/sagiegurari/c_string_buffer
[submodule "submodules/c_stringfn"]
path = submodules/c_stringfn
url = https://github.com/sagiegurari/c_stringfn
[submodule "submodules/c_timer"]
path = submodules/c_timer
url = ssh://[email protected]/binRick/c_timer
[submodule "submodules/cargs"]
path = submodules/cargs
url = https://github.com/likle/cargs
[submodule "submodules/dbg"]
path = submodules/dbg
url = https://github.com/leiless/dbg.h
[submodule "submodules/debug_print_h"]
path = submodules/debug_print_h
url = https://github.com/rtaycher/debug_print_h
[submodule "submodules/djbhash"]
path = submodules/djbhash
url = https://github.com/gdi/djbhash
[submodule "submodules/fs.c"]
path = submodules/fs.c
url = https://github.com/jwerle/fs.c
[submodule "submodules/generic-print"]
path = submodules/generic-print
url = https://github.com/exebook/generic-print.git
[submodule "submodules/ms"]
path = submodules/ms
url = https://github.com/clibs/ms
[submodule "submodules/rgba"]
path = submodules/rgba
url = https://github.com/clibs/rgba
[submodule "submodules/timestamp"]
path = submodules/timestamp
url = https://github.com/clibs/timestamp
[submodule "submodules/parson"]
path = submodules/parson
url = https://github.com/kgabis/parson
[submodule "submodules/termpaint"]
path = submodules/termpaint
url = https://github.com/termpaint/termpaint
[submodule "submodules/asprintf"]
path = submodules/asprintf
url = https://github.com/littlstar/asprintf.c
[submodule "submodules/c_embed"]
path = submodules/c_embed
url = https://github.com/binRick/c_embed
[submodule "submodules/c_fsio"]
path = submodules/c_fsio
url = https://github.com/sagiegurari/c_fsio
[submodule "submodules/incbin"]
path = submodules/incbin
url = https://github.com/graphitemaster/incbin
[submodule "submodules/cstructs-json"]
path = submodules/cstructs-json
url = https://github.com/tylerneylon/cstructs-json
[submodule "submodules/http-get.c"]
path = submodules/http-get.c
url = https://github.com/clibs/http-get.c
[submodule "submodules/throw.h"]
path = submodules/throw.h
url = https://github.com/jwerle/throw.h
[submodule "submodules/greatest"]
path = submodules/greatest
url = https://github.com/silentbicycle/greatest
[submodule "submodules/c_palettes"]
path = submodules/c_palettes
url = ssh://[email protected]/binRick/c_palettes
[submodule "submodules/path-basename.c"]
path = submodules/path-basename.c
url = https://github.com/michaelrhodes/path-basename.c
[submodule "submodules/str-replace.c"]
path = submodules/str-replace.c
url = https://github.com/stephenmathieson/str-replace.c
[submodule "submodules/meson_deps"]
path = submodules/meson_deps
url = ssh://[email protected]/binRick/meson_deps
[submodule "submodules/asprintf.c"]
path = submodules/asprintf.c
url = https://github.com/jwerle/asprintf.c