aboutsummaryrefslogtreecommitdiff
path: root/alsa/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2024-02-10 16:21:25 +0100
committerAndreas Grois <andi@grois.info>2024-02-10 16:21:25 +0100
commit0065710c649a5ab930a5ee2592a5c00225d1e2ef (patch)
tree8c3bd481f2789c894155eaa08a4c28f904b8d6e0 /alsa/Cargo.toml
parent2ba803bf9be842b66fe376c506e6ea842eb73205 (diff)
First kinda working ALSA volume display
Diffstat (limited to 'alsa/Cargo.toml')
-rw-r--r--alsa/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"