added blake3 as a submodule. compiles. Rule No. 1: never push code that won't compiled

This commit is contained in:
2025-10-25 11:54:58 -05:00
parent da73d88dd0
commit 4631911992
3 changed files with 40 additions and 16 deletions

3
.gitmodules vendored
View File

@@ -13,3 +13,6 @@
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json
[submodule "external/BLAKE3"]
path = external/BLAKE3
url = https://github.com/BLAKE3-team/BLAKE3