summaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
blob: 1b59229d46e6582cd74f8adbb087124909b2c07c (plain)
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
[submodule "magnum"]
	path = external/magnum
	url = https://github.com/mosra/magnum
[submodule "magnum-plugins"]
	path = external/magnum-plugins
	url = https://github.com/mosra/magnum-plugins
[submodule "magnum-integration"]
	path = external/magnum-integration
	url = https://github.com/mosra/magnum-integration
[submodule "corrade"]
	path = external/corrade
	url = https://github.com/mosra/corrade
[submodule "json"]
	path = external/json
	url = https://github.com/nlohmann/json.git
[submodule "imgui"]
	path = external/imgui
	url = https://github.com/ocornut/imgui.git
[submodule "sdl2"]
	path = external/sdl2
	url = https://github.com/libsdl-org/SDL.git
[submodule "fmt"]
	path = external/fmt
	url = https://github.com/fmtlib/fmt.git
[submodule "luajit"]
	path = external/luajit
	url = https://github.com/sthalik/luajit.git
[submodule "robin-map"]
	path = external/robin-map
	url = https://github.com/Tessil/robin-map.git
[submodule "benchmark"]
	path = external/benchmark
	url = https://github.com/google/benchmark.git