Setup preliminary rust infrastructure

This commit is contained in:
topjohnwu
2022-06-30 14:50:21 -07:00
parent 0b26882fce
commit 26116ac414
21 changed files with 329 additions and 66 deletions

3
.gitmodules vendored
View File

@@ -40,3 +40,6 @@
[submodule "zopfli"]
path = native/jni/external/zopfli
url = https://github.com/google/zopfli.git
[submodule "cxx-rs"]
path = native/jni/external/cxx-rs
url = https://github.com/topjohnwu/cxx.git