mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 03:26:10 +08:00
Update dependencies
This updates all crates to their newest release. For pipewire-rs, this includes bumping the version to 0.3, which means this comment has to fix a few breaking changes, but nothing big. 0.3 also lets us create and delete remote objects, which will be needed for link creation and deletion.
This commit is contained in:
@@ -15,8 +15,8 @@ categories = ["gui", "multimedia"]
|
||||
[dependencies]
|
||||
gtk = { git = "https://github.com/gtk-rs/gtk4-rs/", package = "gtk4" }
|
||||
|
||||
pipewire = "0.2.2"
|
||||
libspa = "0.2.2"
|
||||
pipewire = "0.3.0"
|
||||
libspa = "0.3.0"
|
||||
|
||||
log = "0.4.11"
|
||||
env_logger = "0.8.2"
|
||||
|
||||
Reference in New Issue
Block a user