GstPipelineStudio/Cargo.toml
Stéphane Cerveau 52286ada4a GPS: Add xml save/load in graphview
Can now save and load in XML
graphs/nodes/ports/links
2022-01-11 20:48:53 +01:00

14 lines
315 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"
gstreamer = "0.16"
log = "0.4.11"
once_cell = "1.7.2"
xml-rs = "0.8.4"