mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2026-05-21 09:58:11 +02:00
- Change Rust edition to 2024 - Update gnome runtime to gnome 50 - Update pipewire from 0.7.1 to 0.9.2 - Update adwaita from 0.5 to 0.9.1 - Update glib from 0.18 to 0.22.7 - Replace once_cell dependency with std::cell::OnceCell
25 lines
803 B
TOML
25 lines
803 B
TOML
[package]
|
|
name = "helvum"
|
|
version = "0.5.1"
|
|
authors = [
|
|
"Tom Wagner <tom.a.wagner@protonmail.com>",
|
|
"Jaŭhien Lavonćjeŭ <jauhien.lavoncjeu@gmail.com>"
|
|
]
|
|
edition = "2024"
|
|
license = "GPL-3.0-only"
|
|
description = "A GTK patchbay for pipewire"
|
|
repository = "https://gitlab.freedesktop.org/pipewire/helvum"
|
|
readme = "README.md"
|
|
keywords = ["pipewire", "gtk", "patchbay", "gui", "utility"]
|
|
categories = ["gui", "multimedia"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pipewire = "0.9.2"
|
|
adw = { version = "0.9.1", package = "libadwaita", features = ["v1_9"] }
|
|
gtk = { package = "gtk4", version = "0.11.2", features = ["gnome_50"] }
|
|
glib = { version = "0.22.7", features = ["log"] }
|
|
futures = "0.3.32"
|
|
log = "0.4.29"
|
|
libc = "0.2"
|