GstPipelineStudio/Cargo.toml
Stéphane Cerveau bc7f4424ca main: add a common init method
Rename the application to gst-pipeline-studio and
add an init method to initialize
gstreamer and x11
2022-01-11 20:48:53 +01:00

17 lines
378 B
TOML

[package]
name = "gst_pipeline_studio"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk = { version = "0.3", package = "gtk4" }
anyhow = "1"
glib = "0.14"
gstreamer = "0.17"
log = "0.4.11"
once_cell = "1.7.2"
xml-rs = "0.8.4"
x11 = { version = "2.18", features = ["xlib"] }