Files
helvum/Cargo.toml
2021-01-03 19:01:47 +01:00

16 lines
409 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]
cairo-rs = "0.9.1"
glib = "0.10.3"
gdk = "0.13.2"
gtk = "0.9.2"
gio = "0.9.1"
pipewire = { git = "https://gitlab.freedesktop.org/gdesmott/pipewire-rs", branch = "proxies"}