aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-06-04 21:48:01 +0200
committerAndreas Grois <andi@grois.info>2021-06-04 21:48:01 +0200
commit15ae48210535358ad90dc85c4bc8809a71627d1d (patch)
treeb62e55887cce7ec7d90d12952b9968630e4565ba /Cargo.lock
parent6457d779ec253ade253fc49f5891b5479b270a6d (diff)
Pulse now displays volume correctly.
Still missing actual functionality beyond a numeric display, and error cases have not been tested, but hey, it's there!
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d0aa24e..467199b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -536,7 +536,6 @@ name = "swaystatus-pulse"
version = "0.1.0"
dependencies = [
"erased-serde",
- "libc",
"serde",
"swaystatus-plugin",
]