forked from JonathSpirit/FastEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (38 loc) · 1.02 KB
/
Copy path.gitmodules
File metadata and controls
39 lines (38 loc) · 1.02 KB
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
[submodule "libs/bzip2"]
path = libs/bzip2
url = https://gitlab.com/bzip2/bzip2.git
ignore = dirty
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt.git
ignore = dirty
branch = 9.1.0
[submodule "libs/lz4"]
path = libs/lz4
url = https://github.com/lz4/lz4.git
ignore = dirty
branch = v1.9.4
[submodule "libs/re2"]
path = libs/re2
url = https://github.com/google/re2.git
ignore = dirty
branch = 2022-06-01
[submodule "libs/SFML"]
path = libs/SFML
url = https://github.com/SFML/SFML.git
ignore = dirty
branch = 2.6.x
[submodule "libs/openal-soft"]
path = libs/openal-soft
url = https://github.com/kcat/openal-soft.git
ignore = dirty
branch = 1.22.2
[submodule "libs/strtk"]
path = libs/strtk
url = https://github.com/ArashPartow/strtk.git
ignore = dirty
[submodule "libs/freetype"]
path = libs/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
ignore = dirty
branch = VER-2-12-1