1
0

doc: update progress

This commit is contained in:
2026-06-25 12:32:35 +08:00
parent 7fa0f56495
commit 826dda9841

View File

@@ -10,7 +10,7 @@ And make it available for everyone in a more convenient way, like GUI and mobile
# Todos
- [x] Refactor the legacy version.
- [ ] Add A-Star resolver in legacy version to replace LUT resolver.
- [x] Add BFS resolver in legacy version to replace LUT resolver.
- [ ] Use Rust to fully rewrite the legacy version as a library.
- [ ] Use Rust to create a CLI based on the library created at previous step.
- [ ] Utilize FLTK to create a GUI in desktop operating system.