mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 03:26:10 +08:00
15 lines
436 B
TOML
15 lines
436 B
TOML
[package]
|
|
name = "graphui"
|
|
version = "0.1.0"
|
|
authors = ["Tom A. Wagner <tom.a.wagner@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pipewire = { git = "https://gitlab.freedesktop.org/gdesmott/pipewire-rs", branch = "proxies"}
|
|
gtk = { git = "https://github.com/gtk-rs/gtk4-rs/", package = "gtk4" }
|
|
|
|
log = "0.4.11"
|
|
env_logger = "0.8.2"
|