Update README - fix download links, activity count, and accuracy

- Fix download links to point to Gitea releases page (not GitHub-style relative URLs)
- Correct activity count from 70 to 72
- Enlarge break screen screenshot
- Add missing IPC entries (natural-break-detected event, cursor/window commands)
- Add msvc_compat.rs to backend modules table
- Update winapi description to include WebView2 check dialog
- Remove unused dirs crate from dependencies
This commit is contained in:
Your Name
2026-02-07 11:24:16 +02:00
parent 6b584efb40
commit 87ab035c68
2 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,6 @@ tauri-plugin-notification = "2"
tauri-plugin-global-shortcut = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
dirs = "5"
chrono = "0.4"
anyhow = "1"