use protocol buffers to do something cool

This commit is contained in:
2022-09-02 17:39:26 +02:00
parent 210da7c6a5
commit d8919ba684
25 changed files with 1219 additions and 24 deletions

10
.gitmodules vendored
View File

@ -1,3 +1,13 @@
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/microsoft/GSL.git
[submodule "deps/libtomcrypt"]
path = deps/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
[submodule "deps/libtommath"]
path = deps/libtommath
url = https://github.com/libtom/libtommath.git
[submodule "deps/protobuf"]
path = deps/protobuf
url = https://github.com/google/protobuf.git
branch = 3.20.x