chore: update cargo lock and flatpak sources

After removing criterion, the cargo lockfile and flatpak sources have been refreshed to properly remove the offline build dependencies issue.

Co-authored-by: arabianq <55220741+arabianq@users.noreply.github.com>
This commit is contained in:
google-labs-jules[bot]
2026-06-25 20:18:27 +00:00
co-authored by arabianq
parent dea12ddc0f
commit 27379d8e78
9 changed files with 507 additions and 498 deletions
+1 -4
View File
@@ -28,10 +28,7 @@ async fn main() -> Result<()> {
}
get_daemon_config(); // Initialize daemon config
// Virtual mic object must be kept alive by some variable until daemon exits
let _virtual_mic = create_virtual_mic().await?;
create_virtual_mic()?;
if let Err(err) = get_audio_player().await {
eprintln!("Failed to initialize audio player: {}", err);
} // Initialize audio player