feat(dictionary): add Hachidori backend support

- Add backend selection, setup gating, Anki integration, and external host support
- Add launcher flags, documentation, packaging, and focused tests
- Open on-demand overlay modals on the first attempt
This commit is contained in:
2026-09-22 00:21:19 -07:00
parent 1508863dbb
commit d9fdc7ef6d
446 changed files with 109060 additions and 244 deletions
@@ -0,0 +1,24 @@
[submodule "external/utfcpp"]
path = external/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "external/glaze"]
path = external/glaze
url = https://github.com/stephenberry/glaze
[submodule "external/zstd"]
path = external/zstd
url = https://github.com/facebook/zstd.git
[submodule "external/unordered_dense"]
path = external/unordered_dense
url = https://github.com/martinus/unordered_dense.git
[submodule "external/xxHash"]
path = external/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule "external/libdeflate"]
path = external/libdeflate
url = https://github.com/ebiggers/libdeflate.git
[submodule "external/utf8proc"]
path = external/utf8proc
url = https://github.com/JuliaStrings/utf8proc.git
[submodule "external/kanji-processor"]
path = external/kanji-processor
url = https://github.com/yomidevs/kanji-processor.git