GstPipelineStudio/Cargo.toml

14 lines
315 B
TOML
Raw Normal View History

2021-10-12 08:33:51 +00:00
[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]
2021-11-23 17:04:57 +00:00
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"