From 592e80a279e6fde4d79bc44807941fb7054e1407 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Wed, 24 Jan 2024 23:05:26 +0100 Subject: Factor out FormatableFloatValue from pulse plugin to maybe reuse it in future plugins --- pulse/src/runnable/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'pulse/src/runnable/mod.rs') diff --git a/pulse/src/runnable/mod.rs b/pulse/src/runnable/mod.rs index b207874..4a89c5c 100644 --- a/pulse/src/runnable/mod.rs +++ b/pulse/src/runnable/mod.rs @@ -3,6 +3,7 @@ use crate::config::*; use swaystatus_plugin::*; use crate::communication::*; use std::convert::TryFrom; +use formatable_float::FormattingError; pub mod pulse; use pulse::{Pulse,MainLoopCreationError, PulseContext, PaContextState, SinkHandle, PulseOperation}; -- cgit v1.2.3