diff options
| author | Andreas Grois <andi@grois.info> | 2024-01-24 21:40:48 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-01-24 21:40:48 +0100 |
| commit | 57fd648407a233ae62b2c561d902783597274f83 (patch) | |
| tree | 6c4149d45eebfd3374d18c61ff766c8e0814f322 /Cargo.lock | |
| parent | 3f362de1ab94b994ef4ccdc403cab4cb8d0d1bcb (diff) | |
Start work on ALSA volume display
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -508,6 +508,15 @@ dependencies = [ ] [[package]] +name = "swaystatus-alsa" +version = "0.1.0" +dependencies = [ + "erased-serde", + "serde", + "swaystatus-plugin", +] + +[[package]] name = "swaystatus-clock" version = "0.1.0" dependencies = [ |
