mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-15 21:31:03 +00:00
b673232553
Rename the application to gst-pipeline-studio and add an init method to initialize gstreamer and x11
16 lines
378 B
TOML
16 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"] }
|