forked from Kode/Kha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
37 lines (37 loc) · 1.01 KB
/
.gitmodules
File metadata and controls
37 lines (37 loc) · 1.01 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
[submodule "Tools/khamake"]
path = Tools/khamake
url = https://github.com/Kode/khamake.git
branch = main
[submodule "Backends/Kore-hxcpp/khacpp"]
path = Backends/Kore-hxcpp/khacpp
url = https://github.com/Kode/khacpp.git
branch = main
[submodule "Kore"]
path = Kore
url = https://github.com/Kode/Kore.git
branch = v2
[submodule "Tools/linux_x64"]
path = Tools/linux_x64
url = https://github.com/Kode/KhaTools_linux_x64.git
branch = main
shallow = true
[submodule "Tools/linux_arm64"]
path = Tools/linux_arm64
url = https://github.com/Kode/KhaTools_linux_arm64.git
branch = main
shallow = true
[submodule "Tools/windows_x64"]
path = Tools/windows_x64
url = https://github.com/Kode/KhaTools_windows_x64.git
branch = main
shallow = true
[submodule "Tools/macos_arm64"]
path = Tools/macos_arm64
url = https://github.com/Kode/KhaTools_macos_arm64.git
branch = main
shallow = true
[submodule "Tools/macos_x64"]
path = Tools/macos_x64
url = https://github.com/Kode/KhaTools_macos_x64.git
branch = main
shallow = true