blob: 04e294590b3f08c6a1461a519135b27ffa7ccef2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[submodule "libcoro"]
path = libcoro
url = ../libcoro
[submodule "libev"]
path = libev
url = ../libev
[submodule "win32/pthreads-win32"]
path = win32/pthreads-win32
url = ../pthreads-win32
[submodule "LuaJIT"]
path = LuaJIT
url = http://luajit.org/git/luajit-2.0.git
[submodule "libtomcrypt"]
path = libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
[submodule "libtommath"]
path = libtommath
url = https://github.com/libtom/libtommath.git
|