feat: implementation of M1

This commit is contained in:
2026-04-04 14:18:09 +02:00
parent fd744573dd
commit 2d07ac7866
44 changed files with 12197 additions and 30 deletions

View File

@@ -27,6 +27,8 @@ thiserror = "2"
anyhow = "1"
tokio = { version = "1", features = ["full"] }
walkdir = "2"
image = "0.25"
rust-stemmers = "1"
# UI framework
iced = { version = "0.13", features = ["wgpu", "advanced", "image"] }