1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00

build: remove some unused features/deps

This commit is contained in:
Jake Stanger 2024-04-02 20:10:20 +01:00
parent 9245188af7
commit 26ffed7b40
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 36 additions and 148 deletions

View file

@ -1,7 +1,7 @@
use super::{Visibility, Workspace, WorkspaceClient, WorkspaceUpdate};
use crate::{await_sync, send, spawn};
use color_eyre::{Report, Result};
use futures_util::StreamExt;
use futures_lite::StreamExt;
use std::sync::Arc;
use swayipc_async::{Connection, Event, EventType, Node, WorkspaceChange, WorkspaceEvent};
use tokio::sync::broadcast::{channel, Receiver, Sender};