Files
helvum/Cargo.toml
Tom A. Wagner 2897543acf Switch to gtk4
2021-01-05 09:46:34 +01:00

12 lines
402 B
TOML

[package]
name = "graphui-rs"
version = "0.0.1"
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" }