aboutsummaryrefslogtreecommitdiff
path: root/pulse/Cargo.toml
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 /pulse/Cargo.toml
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 'pulse/Cargo.toml')
-rw-r--r--pulse/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pulse/Cargo.toml b/pulse/Cargo.toml
index f1d8925..9aa4520 100644
--- a/pulse/Cargo.toml
+++ b/pulse/Cargo.toml
@@ -10,7 +10,6 @@ edition = "2018"
swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'}
serde = { version = "1.0", features = ["derive"] }
erased-serde = "0.3"
-libc = "0.2.0"
[lib]
crate-type = ["cdylib"]