-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path.gitmodules
More file actions
94 lines (93 loc) · 2.86 KB
/
.gitmodules
File metadata and controls
94 lines (93 loc) · 2.86 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[submodule "tools/osmctools"]
path = tools/osmctools
url = https://github.com/organicmaps/osmctools.git
branch = master
[submodule "tools/kothic"]
path = tools/kothic
url = https://github.com/organicmaps/kothic.git
branch = master
[submodule "3party/protobuf/protobuf"]
path = 3party/protobuf/protobuf
url = https://github.com/organicmaps/protobuf.git
branch = master
[submodule "3party/Vulkan-Headers"]
path = 3party/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
branch = main
[submodule "3party/boost"]
path = 3party/boost
url = https://github.com/boostorg/boost.git
branch = boost-1.89.0
ignore = dirty
[submodule "3party/just_gtfs"]
path = 3party/just_gtfs
url = https://github.com/organicmaps/just_gtfs.git
branch = for-usage-as-submodule
[submodule "3party/expat"]
path = 3party/expat
url = https://github.com/libexpat/libexpat.git
branch = R_2_7_4
[submodule "3party/glm"]
path = 3party/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "3party/icu/icu"]
path = 3party/icu/icu
url = https://github.com/unicode-org/icu.git
branch = main
[submodule "3party/freetype/freetype"]
path = 3party/freetype/freetype
url = https://github.com/organicmaps/freetype.git
branch = master
[submodule "3party/googletest"]
path = 3party/googletest
url = https://github.com/google/googletest.git
branch = main
[submodule "3party/pugixml/pugixml"]
path = 3party/pugixml/pugixml
url = https://github.com/zeux/pugixml.git
branch = master
[submodule "3party/jansson/jansson"]
path = 3party/jansson/jansson
url = https://github.com/akheron/jansson.git
branch = master
[submodule "3party/gflags"]
path = 3party/gflags
url = https://github.com/gflags/gflags
branch = master
[submodule "3party/fast_obj"]
path = 3party/fast_obj
url = https://github.com/thisistherk/fast_obj
branch = master
[submodule "3party/harfbuzz/harfbuzz"]
path = 3party/harfbuzz/harfbuzz
url = https://github.com/harfbuzz/harfbuzz.git
branch = main
[submodule "3party/utfcpp"]
path = 3party/utfcpp
url = https://github.com/nemtrif/utfcpp.git
branch = master
[submodule "3party/glfw"]
path = 3party/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "3party/CMake-MetalShaderSupport"]
path = 3party/CMake-MetalShaderSupport
url = https://github.com/dpogue/CMake-MetalShaderSupport.git
branch = main
[submodule "3party/imgui/imgui"]
path = 3party/imgui/imgui
url = https://github.com/ocornut/imgui
branch = master
[submodule "3party/glaze"]
path = 3party/glaze
url = https://github.com/organicmaps/glaze
branch = organicmaps
[submodule "3party/fast_float"]
path = 3party/fast_float
url = https://github.com/fastfloat/fast_float.git
branch = main
[submodule "tools/python/twine"]
path = tools/python/twine
url = https://github.com/organicmaps/twine.git
branch = organicmaps