linux-rust: show device info in UI

This commit is contained in:
Kavish Devar
2025-11-10 13:32:47 +05:30
parent fa8bc11060
commit 64470c4d34
5 changed files with 513 additions and 83 deletions
+1
View File
@@ -2,6 +2,7 @@ mod bluetooth;
mod airpods;
mod media_controller;
mod ui;
mod utils;
use std::env;
use log::info;