forked from Kode/Kinc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 846 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
[submodule "Tools/windows_x64"]
path = Tools/windows_x64
url = https://github.com/Kode/KincTools_windows_x64.git
branch = main
shallow = true
[submodule "Tools/macos"]
path = Tools/macos
url = https://github.com/Kode/KincTools_macos.git
branch = main
shallow = true
[submodule "Tools/linux_x64"]
path = Tools/linux_x64
url = https://github.com/Kode/KincTools_linux_x64.git
branch = main
shallow = true
[submodule "Tools/linux_arm"]
path = Tools/linux_arm
url = https://github.com/Kode/KincTools_linux_arm.git
branch = main
shallow = true
[submodule "Tools/linux_arm64"]
path = Tools/linux_arm64
url = https://github.com/Kode/KincTools_linux_arm64.git
branch = main
shallow = true
[submodule "Tools/freebsd_x64"]
path = Tools/freebsd_x64
url = https://github.com/Kode/KincTools_freebsd_x64.git
branch = main
shallow = true