-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
42 lines (42 loc) · 1.14 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
[submodule "Tools/khamake"]
path = Tools/khamake
url = https://github.com/Kode/khamake.git
branch = main
[submodule "Backends/Kinc-hxcpp/khacpp"]
path = Backends/Kinc-hxcpp/khacpp
url = https://github.com/Kode/khacpp.git
branch = main
[submodule "Kinc"]
path = Kinc
url = https://github.com/Kode/Kinc.git
branch = main
[submodule "Tools/freebsd_x64"]
path = Tools/freebsd_x64
url = https://github.com/Kode/KhaTools_freebsd_x64.git
branch = main
shallow = true
[submodule "Tools/linux_x64"]
path = Tools/linux_x64
url = https://github.com/Kode/KhaTools_linux_x64.git
branch = main
shallow = true
[submodule "Tools/linux_arm"]
path = Tools/linux_arm
url = https://github.com/Kode/KhaTools_linux_arm.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/macos"]
path = Tools/macos
url = https://github.com/Kode/KhaTools_macos.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