externals: Update all externals + Migrate to git submodules

This commit is contained in:
OpenSauce04
2025-03-16 19:19:33 +00:00
parent ef8380aef1
commit 2f54a806a2
1725 changed files with 36 additions and 504292 deletions

27
.gitmodules vendored Normal file
View File

@@ -0,0 +1,27 @@
[submodule "biscuit"]
path = externals/biscuit
url = https://github.com/lioncash/biscuit.git
[submodule "catch"]
path = externals/catch
url = https://github.com/catchorg/Catch2.git
[submodule "fmt"]
path = externals/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "mcl"]
path = externals/mcl
url = https://github.com/merryhime/mcl.git
[submodule "oaknut"]
path = externals/oaknut
url = https://github.com/merryhime/oaknut.git
[submodule "robin-map"]
path = externals/robin-map
url = https://github.com/Tessil/robin-map.git
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git
[submodule "zycore"]
path = externals/zycore
url = https://github.com/zyantific/zycore-c.git
[submodule "zydis"]
path = externals/zydis
url = https://github.com/zyantific/zydis.git