From 0065710c649a5ab930a5ee2592a5c00225d1e2ef Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 10 Feb 2024 16:21:25 +0100 Subject: First kinda working ALSA volume display --- alsa/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'alsa/Cargo.toml') diff --git a/alsa/Cargo.toml b/alsa/Cargo.toml index 12d83d7..d70a07e 100644 --- a/alsa/Cargo.toml +++ b/alsa/Cargo.toml @@ -8,6 +8,7 @@ edition = "2021" [dependencies] swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'} +formatable-float = { path = '../formatable-float', version = '*'} serde = { version = "1.0", features = ["derive"] } erased-serde = "0.3" libc = "0.2.152" -- cgit v1.2.3