This commit is contained in:
Dante
2026-05-21 23:40:20 -07:00
parent 3e2915dff7
commit 877a69d844
5737 changed files with 29796 additions and 1589684 deletions

37
Kha/.gitmodules vendored Normal file
View File

@ -0,0 +1,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