-
Notifications
You must be signed in to change notification settings - Fork 101
/
.gitmodules
87 lines (87 loc) · 2.42 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
76
77
78
79
80
81
82
83
84
85
86
87
[submodule "logger"]
path = logger
url = ../logger.git
[submodule "base64"]
path = base64
url = ../base64.git
[submodule "file-util"]
path = file-util
url = ../file-util.git
[submodule "properties-parser"]
path = properties-parser
url = ../properties-parser.git
[submodule "simple-ipc"]
path = simple-ipc
url = ../../MCMrARM/simple-ipc.git
[submodule "daemon-utils"]
path = daemon-utils
url = ../daemon-utils.git
[submodule "msa-daemon-client"]
path = msa-daemon-client
url = ../msa-daemon-client.git
[submodule "eglut"]
path = eglut
url = ../eglut.git
[submodule "linux-gamepad"]
path = linux-gamepad
url = ../../MCMrARM/linux-gamepad.git
[submodule "game-window"]
path = game-window
url = ../game-window.git
[submodule "file-picker"]
path = file-picker
url = ../file-picker.git
[submodule "cll-telemetry"]
path = cll-telemetry
url = ../cll-telemetry.git
[submodule "minecraft-imported-symbols"]
path = minecraft-imported-symbols
url = ../minecraft-imported-symbols.git
[submodule "mcpelauncher-common"]
path = mcpelauncher-common
url = ../mcpelauncher-common.git
[submodule "mcpelauncher-core"]
path = mcpelauncher-core
url = ../mcpelauncher-core.git
[submodule "mcpelauncher-client"]
path = mcpelauncher-client
url = ../mcpelauncher-client.git
[submodule "arg-parser"]
path = arg-parser
url = ../arg-parser.git
[submodule "mcpelauncher-linux-bin"]
path = mcpelauncher-linux-bin
url = ../mcpelauncher-linux-bin.git
[submodule "epoll-shim"]
path = epoll-shim
url = ../epoll-shim.git
[submodule "osx-elf-header"]
path = osx-elf-header
url = ../osx-elf-header.git
[submodule "mcpelauncher-mac-bin"]
path = mcpelauncher-mac-bin
url = ../mcpelauncher-mac-bin.git
[submodule "android-support-headers"]
path = android-support-headers
url = ../android-support-headers.git
[submodule "libc-shim"]
path = libc-shim
url = ../libc-shim.git
[submodule "mcpelauncher-linker"]
path = mcpelauncher-linker
url = ../mcpelauncher-linker.git
[submodule "mcpelauncher-webview"]
path = mcpelauncher-webview
url = https://github.com/freundTech/mcpelauncher-webview
[submodule "libjnivm"]
path = libjnivm
url = https://github.com/ChristopherHX/libjnivm.git
[submodule "mcpelauncher-errorwindow"]
path = mcpelauncher-errorwindow
url = https://github.com/minecraft-linux/mcpelauncher-errorwindow.git
[submodule "sdl3"]
path = sdl3
url = https://github.com/libsdl-org/SDL
[submodule "imgui"]
path = imgui
url = https://github.com/ocornut/imgui