Skip to content

Commit

Permalink
Update to 2.1.55 + ninja build
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Nov 27, 2022
1 parent 5b5dc6b commit d8f2a0b
Show file tree
Hide file tree
Showing 21 changed files with 4,020 additions and 214 deletions.
5 changes: 2 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[env]
RSLIB_FTL_ROOT = { value = "ftl/core/l10n.toml", relative = true }
BUILDINFO = { value = "rsdroid/build/generated/anki_artifacts/buildinfo.txt", relative = true }
BAZEL = "1"
STRINGS_JSON = { value = "anki/out/strings.json", relative = true }
PROTOC = { value = "anki/out/extracted/protoc/bin/protoc", relative = true }
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ AnkiDroid/ACRA-INSTALLATION

# optional symlink to venv
python

# rust build files
target
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "anki"]
path = anki
url = https://github.com/ankidroid/anki
[submodule "ftl/core"]
path = ftl/core
url = https://github.com/ankitects/anki-core-i18n.git
Loading

0 comments on commit d8f2a0b

Please sign in to comment.