mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 03:26:10 +08:00
Update dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ name = "helvum"
|
||||
version = "0.4.0"
|
||||
authors = ["Tom A. Wagner <tom.a.wagner@protonmail.com>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.70"
|
||||
license = "GPL-3.0-only"
|
||||
description = "A GTK patchbay for pipewire"
|
||||
repository = "https://gitlab.freedesktop.org/pipewire/helvum"
|
||||
@@ -14,9 +14,9 @@ categories = ["gui", "multimedia"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
pipewire = "0.6"
|
||||
gtk = { version = "0.6", package = "gtk4" }
|
||||
glib = { version = "0.17", features = ["log"] }
|
||||
pipewire = "0.7"
|
||||
gtk = { version = "0.7", package = "gtk4" }
|
||||
glib = { version = "0.18", features = ["log"] }
|
||||
|
||||
log = "0.4.11"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user