(feat): add tauri notifications
Some checks failed
/ release (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ build-mobile (push) Has been cancelled

(feat): bump version
This commit is contained in:
Alois 2026-06-09 16:14:29 +02:00
commit 066db995c1
8 changed files with 923 additions and 1510 deletions

View file

@ -22,6 +22,9 @@ tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri-plugin-deep-link = "2"
tauri-plugin-notification = "2"
ttp-core = { git = "https://git.methanium.net/tensamin/ttp.git", package = "ttp-core" }
ttp-native = { git = "https://git.methanium.net/tensamin/ttp.git", package = "ttp-native" }
[target.'cfg(target_os = "android")'.dependencies.tauri]
version = "2"