mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-15 21:31:03 +00:00
b635be10e2
Can now get the GStreamer element's list from the registry.
11 lines
235 B
TOML
11 lines
235 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 = "0.14.3"
|
|
anyhow = "1"
|
|
gstreamer = "0.16"
|