fix: use fork of tts plugin
All checks were successful
TrafficCue CI / check (push) Successful in 1m30s
TrafficCue CI / build (push) Successful in 53s

This commit is contained in:
Cfp
2025-08-14 09:42:00 +02:00
parent 1256e45d54
commit 5a12c2387b
2 changed files with 115 additions and 116 deletions

View File

@ -26,4 +26,4 @@ tauri-plugin-log = "2"
tauri-plugin-keep-screen-on = "0.1.2"
tauri-plugin-upload = "2"
tauri-plugin-fs = "2"
tauri-plugin-tts = { git = "https://github.com/httpjamesm/tauri-plugin-tts.git" }
tauri-plugin-tts = { git = "https://github.com/cfpwastaken/tauri-plugin-tts.git" }