This repository has been archived by the owner on May 6, 2024. It is now read-only.
forked from nesbox/TIC-80
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
81 lines (81 loc) · 2.25 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
[submodule "vendor/blip-buf"]
path = vendor/blip-buf
url = https://github.com/nesbox/blip-buf.git
shallow = true
[submodule "vendor/dirent"]
path = vendor/dirent
url = https://github.com/tronkko/dirent.git
shallow = true
[submodule "vendor/duktape"]
path = vendor/duktape
url = https://github.com/svaarala/duktape-releases.git
shallow = true
[submodule "vendor/giflib"]
path = vendor/giflib
url = https://github.com/nesbox/giflib.git
shallow = true
[submodule "vendor/lpeg"]
path = vendor/lpeg
url = https://github.com/nesbox/lpeg.git
shallow = true
[submodule "vendor/lua"]
path = vendor/lua
url = https://github.com/lua/lua.git
shallow = true
[submodule "vendor/sdl-gpu"]
path = vendor/sdl-gpu
url = https://github.com/grimfang4/sdl-gpu.git
shallow = true
[submodule "vendor/sokol"]
path = vendor/sokol
url = https://github.com/floooh/sokol.git
shallow = true
[submodule "vendor/squirrel"]
path = vendor/squirrel
url = https://github.com/albertodemichelis/squirrel.git
shallow = true
[submodule "vendor/wren"]
path = vendor/wren
url = https://github.com/wren-lang/wren.git
shallow = true
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
shallow = true
[submodule "vendor/zip"]
path = vendor/zip
url = https://github.com/kuba--/zip.git
shallow = true
[submodule "vendor/moonscript"]
path = vendor/moonscript
url = https://github.com/nesbox/moonscript.git
shallow = true
[submodule "vendor/argparse"]
path = vendor/argparse
url = https://github.com/cofyc/argparse.git
shallow = true
[submodule "vendor/circle-stdlib"]
path = vendor/circle-stdlib
url = https://github.com/smuehlst/circle-stdlib.git
shallow = true
[submodule "vendor/libuv"]
path = vendor/libuv
url = https://github.com/libuv/libuv.git
shallow = true
[submodule "vendor/http-parser"]
path = vendor/http-parser
url = https://github.com/nodejs/http-parser.git
shallow = true
[submodule "vendor/libpng"]
path = vendor/libpng
url = https://github.com/glennrp/libpng.git
shallow = true
[submodule "vendor/sdl2"]
path = vendor/sdl2
url = https://github.com/libsdl-org/SDL.git
[submodule "mruby"]
path = vendor/mruby
url = https://github.com/mruby/mruby.git
[submodule "vendor/wasm3"]
path = vendor/wasm3
url = https://github.com/wasm3/wasm3.git