refactor: remove legacy tauri stack and update iced docs

This commit is contained in:
ReTeamSpeak
2026-05-13 13:35:22 +09:00
parent 4a54f6667c
commit abf380476f
94 changed files with 789 additions and 13393 deletions
+7 -3
View File
@@ -59,15 +59,19 @@ jobs:
- name: Check
working-directory: src
run: cargo check -p shared -p tscore -p tsaudio -p tsdb -p re-teamspeak
run: cargo check -p re-teamspeak
- name: Check (rusqlite)
working-directory: src
run: cargo check -p re-teamspeak --features rusqlite
- name: Test
working-directory: src
run: cargo test -p shared -p tscore -p tsaudio -p tsdb
run: cargo test -p re-teamspeak
- name: Clippy
working-directory: src
run: cargo clippy -p shared -p tscore -p tsaudio -p tsdb -p re-teamspeak -- -D warnings
run: cargo clippy -p re-teamspeak --features rusqlite -- -D warnings
continue-on-error: true
# Build desktop apps