diff options
author | xengineering <me@xengineering.eu> | 2024-12-15 12:50:43 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-12-15 12:53:20 +0100 |
commit | 9fe390db8e63603a7bfb2e0c7cd77386cc6247ff (patch) | |
tree | c035ae1e84b213e8d39f6c1d1f37516c877e57e6 /go.mod | |
parent | ad86a9dd63ae0ac37336d34187735ec6408b3ee8 (diff) | |
download | soundbox-app-9fe390db8e63603a7bfb2e0c7cd77386cc6247ff.tar soundbox-app-9fe390db8e63603a7bfb2e0c7cd77386cc6247ff.tar.zst soundbox-app-9fe390db8e63603a7bfb2e0c7cd77386cc6247ff.zip |
Update to soundbox-go v0.2.1
This contains important bug fixes. Especially the ability to tear down a
PipeWire capture node during runtime which is essentially to integrate
this into the GUI.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.23.1 require ( gioui.org v0.7.1 - xengineering.eu/soundbox-go v0.2.0 + xengineering.eu/soundbox-go v0.2.1 ) require ( |