[chore](trx-client): remove appkit frontend support

Remove macOS AppKit frontend (trx-frontend-appkit) and related code:
- Delete appkit crate directory
- Remove appkit dependency and feature from Cargo.toml
- Remove appkit imports, main thread handling, and config from main.rs
- Remove AppKit config struct from config.rs
- Remove appkit section from example config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-12 20:06:01 +01:00
parent a53bd7a08f
commit 55fde37924
12 changed files with 4 additions and 1082 deletions
-2
View File
@@ -23,8 +23,6 @@ trx-frontend = { path = "trx-frontend" }
trx-frontend-http = { path = "trx-frontend/trx-frontend-http" }
trx-frontend-http-json = { path = "trx-frontend/trx-frontend-http-json" }
trx-frontend-rigctl = { path = "trx-frontend/trx-frontend-rigctl" }
trx-frontend-appkit = { path = "trx-frontend/trx-frontend-appkit", optional = true }
[features]
default = []
appkit-frontend = ["trx-frontend-appkit/appkit"]