From 15ae48210535358ad90dc85c4bc8809a71627d1d Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Fri, 4 Jun 2021 21:48:01 +0200 Subject: 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! --- pulse/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'pulse/Cargo.toml') 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"] -- cgit v1.2.3