base64 submodule

This commit is contained in:
EntireTwix 2021-07-01 23:28:14 -07:00
parent 9c467020d4
commit d13100ccea

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[submodule "third_party/xxHash"] [submodule "third_party/xxHash"]
path = third_party/xxHash path = third_party/xxHash
url = https://github.com/Cyan4973/xxHash url = https://github.com/Cyan4973/xxHash
[submodule "third_party/base64"]
path = third_party/base64
url = https://github.com/aklomp/base64