forked from nesbox/TIC-80
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
48 lines (48 loc) · 1.53 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
[submodule "vendor/blip-buf"]
path = vendor/blip-buf
url = https://github.com/nesbox/blip-buf.git
[submodule "vendor/curl"]
path = vendor/curl
url = https://github.com/nesbox/curl.git
[submodule "vendor/dirent"]
path = vendor/dirent
url = https://github.com/tronkko/dirent.git
[submodule "vendor/duktape"]
path = vendor/duktape
url = https://github.com/svaarala/duktape-releases.git
[submodule "vendor/giflib"]
path = vendor/giflib
url = https://github.com/nesbox/giflib.git
[submodule "vendor/lpeg"]
path = vendor/lpeg
url = https://github.com/nesbox/lpeg.git
[submodule "vendor/lua"]
path = vendor/lua
url = https://github.com/lua/lua.git
[submodule "vendor/sdl-gpu"]
path = vendor/sdl-gpu
url = https://github.com/grimfang4/sdl-gpu.git
[submodule "vendor/sdl2"]
path = vendor/sdl2
url = https://github.com/SDL-mirror/SDL.git
[submodule "vendor/sokol"]
path = vendor/sokol
url = https://github.com/floooh/sokol.git
[submodule "vendor/squirrel"]
path = vendor/squirrel
url = https://github.com/albertodemichelis/squirrel.git
[submodule "vendor/wren"]
path = vendor/wren
url = https://github.com/wren-lang/wren.git
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
[submodule "vendor/zip"]
path = vendor/zip
url = https://github.com/kuba--/zip.git
[submodule "vendor/moonscript"]
path = vendor/moonscript
url = https://github.com/nesbox/moonscript.git
[submodule "vendor/argparse"]
path = vendor/argparse
url = https://github.com/cofyc/argparse.git