-
-
Notifications
You must be signed in to change notification settings - Fork 168
/
.gitmodules
32 lines (32 loc) · 884 Bytes
/
.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
[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/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/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