GstPipelineStudio/Cargo.toml
2022-01-11 20:48:53 +01:00

12 lines
264 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"