Use pipewire from crates.io

The newest release contains everything we need, so we can use the crates.io version again.
This commit is contained in:
Tom A. Wagner
2021-06-25 15:38:54 +02:00
parent 74ffb06b40
commit 1247b29bae
2 changed files with 13 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ categories = ["gui", "multimedia"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs", branch = "main" }
pipewire = "0.4"
gtk = { version = "0.1", package = "gtk4" }
log = "0.4.11"