mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Workspace deps were introduced in Rust 1.64. They don't cover all the
cases that Hakari did unfortunately, but they are simpler to maintain,
and they avoid a couple of issues that Hakari had:
- It sometimes made updating dependencies harder due to the locked versions,
so you had to disable Hakari, do the updates, and then re-generate (
e.g.
|
||
|---|---|---|
| .. | ||
| core | ||
| core-repo@db1eaee667 | ||
| qt | ||
| qt-repo@ebd17e2e28 | ||
| usage | ||
| .gitignore | ||
| Cargo.toml | ||
| duplicate-string.py | ||
| extract-strings.py | ||
| format.py | ||
| format_check.py | ||
| README.md | ||
| remove-unused.sh | ||
| sync.rs | ||
| transform-string.py | ||
| update-ankidroid-usage.sh | ||
| update-ankimobile-usage.sh | ||
Files related to Anki's translations.