This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
forked from buildaworldnet/IrrlichtBAW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
75 lines (75 loc) · 2.66 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
[submodule "3rdparty/SPIRV-Headers"]
path = 3rdparty/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "3rdparty/SPIRV-Tools"]
path = 3rdparty/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "3rdparty/shaderc"]
path = 3rdparty/shaderc
url = https://github.com/google/shaderc.git
[submodule "3rdparty/bzip2"]
path = 3rdparty/bzip2
url = https://github.com/sergiud/bzip2.git
[submodule "3rdparty/lz4"]
path = 3rdparty/lz4
url = https://github.com/lz4/lz4.git
[submodule "3rdparty/spirv_cross"]
path = 3rdparty/spirv_cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib.git
[submodule "3rdparty/utfcpp"]
path = 3rdparty/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "3rdparty/convertutf"]
path = 3rdparty/convertutf
url = https://github.com/plenluno/convertutf.git
[submodule "3rdparty/libpng"]
path = 3rdparty/libpng
url = https://github.com/glennrp/libpng.git
[submodule "3rdparty/openssl/openssl"]
path = 3rdparty/openssl/openssl
url = https://github.com/openssl/openssl.git
branch = OpenSSL_1_0_2-stable
[submodule "3rdparty/libjpeg-turbo"]
path = 3rdparty/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
[submodule "3rdparty/libjpeg"]
path = 3rdparty/libjpeg
url = https://github.com/LuaDist/libjpeg.git
[submodule "3rdparty/bullet3"]
path = 3rdparty/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "examples_tests/media/cegui_alfisko"]
path = examples_tests/media/cegui_alfisko
url = https://gitlab.com/InnerPieceOSS/cegui_alfisko.git
[submodule "3rdparty/CEGUI/cegui"]
path = 3rdparty/CEGUI/cegui
url = https://gitlab.com/InnerPieceOSS/cegui.git
branch = saga
[submodule "ext/CEGUI/stb"]
path = ext/CEGUI/stb
url = https://github.com/nothings/stb.git
[submodule "3rdparty/portable-file-dialogs"]
path = 3rdparty/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git
[submodule "3rdparty/libexpat"]
path = 3rdparty/libexpat
url = https://github.com/libexpat/libexpat.git
branch = master
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/AnastaZIuk/glm.git
[submodule "3rdparty/freetype2"]
path = 3rdparty/freetype2
url = https://git.sv.nongnu.org/r/freetype/freetype2.git
[submodule "3rdparty/CEGUI/pcre"]
path = 3rdparty/CEGUI/pcre
url = https://github.com/svn2github/pcre.git
[submodule "3rdparty/CEGUI/glew-cmake"]
path = 3rdparty/CEGUI/glew
url = https://github.com/AnastaZIuk/glew-cmake.git